diff options
author | Sven Neumann <sven@gimp.org> | 2002-03-03 12:38:24 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2002-03-03 12:38:24 +0000 |
commit | 32dea2dbdc436e69c47f9365d9b87091681a0568 (patch) | |
tree | 3da70866715488790d90e5e1aaf87cce2026cb8a /m4macros | |
parent | ad51485d18f1602dcfc8a4b2c31d9b6df65b2e7a (diff) | |
download | gdk-pixbuf-32dea2dbdc436e69c47f9365d9b87091681a0568.tar.gz |
lowercase configure --help output.
2002-03-03 Sven Neumann <sven@gimp.org>
* m4macros/gtk-2.0.m4: lowercase configure --help output.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/gtk-2.0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/gtk-2.0.m4 b/m4macros/gtk-2.0.m4 index a4c326b6e..445c7143c 100644 --- a/m4macros/gtk-2.0.m4 +++ b/m4macros/gtk-2.0.m4 @@ -9,7 +9,7 @@ AC_DEFUN(AM_PATH_GTK_2_0, [dnl dnl Get the cflags and libraries from pkg-config dnl -AC_ARG_ENABLE(gtktest, [ --disable-gtktest Do not try to compile and run a test GTK+ program], +AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run a test GTK+ program], , enable_gtktest=yes) pkg_config_args=gtk+-2.0 |