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"
then
AC_MSG_RESULT("$srcdir/popt")
BUILD_POPT='$(popt_OBJS)'
CFLAGS="$CFLAGS -I $srcdir/popt"
CFLAGS="$CFLAGS -I$srcdir/popt"
else
AC_MSG_RESULT(no)
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