summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure b/configure
index 5522e3e234..0002c99c14 100755
--- a/configure
+++ b/configure
@@ -1540,18 +1540,24 @@ for ac_option do
_xmmsplugindir=`echo $ac_option | cut -d '=' -f 2`
;;
- --disable-profile)
- _profile=
- ;;
--enable-profile)
_profile='-p'
;;
+ --disable-profile)
+ _profile=
+ ;;
--enable-debug)
_debug='-g'
;;
--enable-debug=*)
_debug=`echo $_echo_n '-g'$_echo_c; echo $ac_option | cut -d '=' -f 2`
;;
+ --disable-debug)
+ _debug=
+ ;;
+ --enable-sighandler)
+ _sighandler=yes
+ ;;
--disable-sighandler)
_sighandler=no
;;