Fixing a typo in an error message in configure (trivial, npotb)

This commit is contained in:
crowder@fiverocks.com 2007-12-31 21:54:37 -08:00
parent ea9e5ead9e
commit 1fe774c6e4

View File

@ -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)