! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
./configure in xfdesktop claims false option --disable-menueditor
Status:
RESOLVED: FIXED
Severity:
trivial
Product:
Xfdesktop
Component:
General

Comments

Description Samuli Suominen 2007-05-23 08:24:12 CEST
drac@unique /tmp/xfdesktop-4.4.1 $ ./configure --help | grep menu
  --disable-menueditor    Do not build the menueditor (default=enabled)

while in configure.ac..

-- cut --

AC_ARG_ENABLE([menu-editor],
        AC_HELP_STRING([--disable-menueditor],
                [Do not build the menueditor (default=enabled)]),
        [ac_cv_enable_menueditor=$enableval],
        [ac_cv_enable_menueditor=yes])
if test "x$ac_cv_enable_menueditor" = "xno"; then
        build_menueditor="no"
else
        build_menueditor="yes"
fi
AM_CONDITIONAL([BUILD_MENUEDITOR], [test "x$build_menueditor" = "xyes"])

-- cut --

It's actually --disable-menu-editor with extra -
Comment 1 Zach Carter 2007-06-16 23:14:47 CEST
Created attachment 1184 
Trivial Menu Editor Config Option Patch
Comment 2 Zach Carter 2007-06-16 23:20:11 CEST
Created attachment 1185 
Menu Editor Config Option Patch (2nd try)

Sorry, first patch was flawed.   This one is better.
Comment 3 Brian J. Tarricone (not reading bugmail) 2007-07-07 20:34:14 CEST
Committed, thanks.

Bug #3271

Reported by:
Samuli Suominen
Reported on: 2007-05-23
Last modified on: 2009-07-14

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Attachments

Additional information