fix help string.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Feb 2010 21:26:32 +0000 (21:26 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Feb 2010 21:26:32 +0000 (21:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46488 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index cf74057..428238e 100644 (file)
@@ -424,7 +424,7 @@ requirements_ecore_x="ecore eina-0 ${requirements_ecore_x}"
 
 # glib support (main loop integration)
 AC_ARG_ENABLE([glib],
-   [AC_HELP_STRING([--disable-glib], [enable glib support. @<:@default=detect@:>@])],
+   [AC_HELP_STRING([--disable-glib], [disable glib support. @<:@default=detect@:>@])],
    [want_glib=$enableval], [])
 
 if test "x$want_glib" != "xno"; then