From 26ef00bd3c6c66240a4640aa54db1106d8b901fc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 6 May 2001 13:25:11 +0000 Subject: [PATCH] no space after -I or Tru64 barfs --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d8dd6c03..d1f439eb 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.34.1