changeset 12249:74fac990c16a

Missing options added, one put into default order.
author diego
date Thu, 22 Apr 2004 12:12:00 +0000
parents 3d3160251c32
children 4726cde0776e
files configure
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Apr 21 18:44:09 2004 +0000
+++ b/configure	Thu Apr 22 12:12:00 2004 +0000
@@ -1540,18 +1540,24 @@
     _xmmsplugindir=`echo $ac_option | cut -d '=' -f 2`
     ;;
     
+  --enable-profile)
+    _profile='-p'
+    ;;
   --disable-profile)
     _profile=
     ;;
-  --enable-profile)
-    _profile='-p'
-    ;;
   --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
     ;;