diff options
author | Sven Neumann <sven@gimp.org> | 2002-02-28 10:03:24 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2002-02-28 10:03:24 +0000 |
commit | 576fb70b5a8d36536c5af0e35365d19e3339d705 (patch) | |
tree | 20f9bc157a0d644f9c31162582ea741d021a7a39 /m4macros | |
parent | 7a1d9999b134a7f798d890f4e7b8b0fd2ae38f63 (diff) |
nicer output of configure --help.
2002-02-28 Sven Neumann <sven@gimp.org>
* m4macros/glib-2.0.m4: nicer output of configure --help.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-2.0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4 index 9945ce3e6..15221772c 100644 --- a/m4macros/glib-2.0.m4 +++ b/m4macros/glib-2.0.m4 @@ -9,7 +9,7 @@ AC_DEFUN(AM_PATH_GLIB_2_0, [dnl dnl Get the cflags and libraries from pkg-config dnl -AC_ARG_ENABLE(glibtest, [ --disable-glibtest Do not try to compile and run a test GLIB program], +AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run a test GLIB program], , enable_glibtest=yes) pkg_config_args=glib-2.0 |