diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-16 15:55:38 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-16 15:55:38 +0000 |
commit | 5b96321c3a9894bcb0fb41856e2ad2940c20365c (patch) | |
tree | 30a39df6f1ce429dbe955597e6ccb152b11b05b9 /configure.in | |
parent | 476d48ddd1a3c0916e32885caeb02cf13dcfcf6f (diff) | |
download | gtk+-5b96321c3a9894bcb0fb41856e2ad2940c20365c.tar.gz |
Fix typo in --help output. (Arnaud Charlet).
Wed Jan 16 10:54:38 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix typo in --help output.
(Arnaud Charlet).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a59167a9dd..b7f8658e08 100644 --- a/configure.in +++ b/configure.in @@ -596,7 +596,7 @@ dnl out so that people don't accidentally build without them. AC_ARG_WITH(libpng, [ --without-libpng Disable PNG loader for gdk-pixbuf]) AC_ARG_WITH(libjpeg, [ --without-libjpeg Disable JPEG loader for gdk-pixbuf]) -AC_ARG_WITH(libtiff, [ --without-libjpeg Disable TIFF loader for gdk-pixbuf]) +AC_ARG_WITH(libtiff, [ --without-libtiff Disable TIFF loader for gdk-pixbuf]) dnl Test for libtiff if test x$with_libtiff != xno && test -z "$LIBTIFF"; then |