Put back missing space between --disable-cups and --without-libtiff.
authorGuy Harris <guy@alum.mit.edu>
Fri, 23 Aug 2013 22:59:16 +0000 (22:59 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 23 Aug 2013 22:59:16 +0000 (22:59 -0000)
Should fix bug 9073.

svn path=/trunk/; revision=51498

macosx-setup.sh

index c31718711d64fd981b92d79ff28803cf7ccaaf3f..ba0f84d99f2bcfc322d8c3bb46ed7dea86ed4813 100755 (executable)
@@ -1000,7 +1000,7 @@ if [ ! -f gtk+-$GTK_VERSION-done ] ; then
         # just ignore unknown --enable/--disable and --with/--without
         # options (at least they've always do so up to now).
         #
-        CFLAGS="$CFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" ./configure --disable-cups--without-libtiff --without-libjpeg || exit 1
+        CFLAGS="$CFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" ./configure --disable-cups --without-libtiff --without-libjpeg || exit 1
     else
         CFLAGS="$CFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" ./configure --without-libtiff --without-libjpeg || exit 1
     fi