]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 d8dd6c03293c2ff8781dbb0112bfcb038a218899..d1f439eb2e3e8a3af6ce8ab93074a6b61fe866b0 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