diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-07 08:05:13 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-07 08:05:13 +0000 |
commit | c6a73ed3aa39261b1dcf78d6d80626c10e114f06 (patch) | |
tree | 8bad182eafe0526688f77ebc75f3723b1f880814 /configure.in | |
parent | ef870de32eb2c2f94dce2b87fdfabd5d6bb84967 (diff) |
configure.in: modified help message.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@149 ee746299-78ed-0310-b773-934348b2243d
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 c3f9ada9..97f22f19 100644 --- a/configure.in +++ b/configure.in @@ -67,7 +67,7 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) AM_PATH_GTK_2_0(2.4.0,, AC_MSG_ERROR(Test for Gtk failed. See the 'INSTALL' for help.)) dnl --disable-deprecated switch for GTK2 purification -AC_ARG_ENABLE(deprecated, [ --disable-deprecated Disable deprecated GTK functions. ], +AC_ARG_ENABLE(deprecated, [ --disable-deprecated Disable deprecated GTK functions. ], [GTK_CFLAGS="$GTK_CFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"], []) AC_SUBST(GTK_CFLAGS) |