From: Andrew Tridgell Date: Sun, 6 May 2001 13:25:11 +0000 (+0000) Subject: no space after -I or Tru64 barfs X-Git-Tag: mbp_bk_export0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ef00bd3c6c66240a4640aa54db1106d8b901fc;p=thirdparty%2Frsync.git no space after -I or Tru64 barfs --- 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