mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fixing a typo in an error message in configure (trivial, npotb)
This commit is contained in:
parent
ea9e5ead9e
commit
1fe774c6e4
@ -2827,7 +2827,7 @@ if test "x$enable_dtrace" = "xyes"; then
|
||||
if test -n "$HAVE_DTRACE"; then
|
||||
AC_DEFINE(INCLUDE_MOZILLA_DTRACE)
|
||||
else
|
||||
AC_MSG_ERROR([dtrace enabled but sys/std.h not found]);
|
||||
AC_MSG_ERROR([dtrace enabled but sys/sdt.h not found]);
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(HAVE_DTRACE)
|
||||
|
Loading…
Reference in New Issue
Block a user