Commit 26ef00bd authored by Andrew Tridgell's avatar Andrew Tridgell

no space after -I or Tru64 barfs

parent efe3037c
...@@ -161,7 +161,7 @@ if test x"$with_included_popt" = x"yes" ...@@ -161,7 +161,7 @@ if test x"$with_included_popt" = x"yes"
then then
AC_MSG_RESULT("$srcdir/popt") AC_MSG_RESULT("$srcdir/popt")
BUILD_POPT='$(popt_OBJS)' BUILD_POPT='$(popt_OBJS)'
CFLAGS="$CFLAGS -I $srcdir/popt" CFLAGS="$CFLAGS -I$srcdir/popt"
else else
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment