Author: kelnos
Date: 2007-07-07 20:34:08 +0000 (Sat, 07 Jul 2007)
New Revision: 25894
Modified:
xfdesktop/branches/xfce_4_4/configure.ac.in
xfdesktop/trunk/configure.ac.in
Log:
fix --disable-menu-editor option
Modified: xfdesktop/branches/xfce_4_4/configure.ac.in
===================================================================
--- xfdesktop/branches/xfce_4_4/configure.ac.in 2007-07-07 18:40:17 UTC (rev
25893)
+++ xfdesktop/branches/xfce_4_4/configure.ac.in 2007-07-07 20:34:08 UTC (rev
25894)
@@ -125,8 +125,8 @@
[libexo, for nifty icon effects])
AC_ARG_ENABLE([menu-editor],
- AC_HELP_STRING([--disable-menueditor],
- [Do not build the menueditor (default=enabled)]),
+ AC_HELP_STRING([--disable-menu-editor],
+ [Do not build the menu editor (default=enabled)]),
[ac_cv_enable_menueditor=$enableval],
[ac_cv_enable_menueditor=yes])
if test "x$ac_cv_enable_menueditor" = "xno"; then
Modified: xfdesktop/trunk/configure.ac.in
===================================================================
--- xfdesktop/trunk/configure.ac.in 2007-07-07 18:40:17 UTC (rev 25893)
+++ xfdesktop/trunk/configure.ac.in 2007-07-07 20:34:08 UTC (rev 25894)
@@ -162,8 +162,8 @@
AC_ARG_ENABLE([menu-editor],
- AC_HELP_STRING([--disable-menueditor],
- [Do not build the menueditor (default=enabled)]),
+ AC_HELP_STRING([--disable-menu-editor],
+ [Do not build the menu editor (default=enabled)]),
[ac_cv_enable_menueditor=$enableval],
[ac_cv_enable_menueditor=yes])
if test "x$ac_cv_enable_menueditor" = "xno"; then
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits