no space after -I or Tru64 barfs
authorAndrew Tridgell <tridge@samba.org>
Sun, 6 May 2001 13:25:11 +0000 (13:25 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 6 May 2001 13:25:11 +0000 (13:25 +0000)
configure.in

index d8dd6c0..d1f439e 100644 (file)
@@ -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