Put back missing space between --disable-cups and --without-libtiff.

Should fix bug 9073.

svn path=/trunk/; revision=51498
This commit is contained in:
Guy Harris 2013-08-23 22:59:16 +00:00
parent dc87fa2d68
commit 1e9a678477
1 changed files with 1 additions and 1 deletions

View File

@ -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