changeset 1065:504c6edf7813

Fixed --enable-debug=*
author atmosfear
date Sat, 09 Jun 2001 07:28:17 +0000
parents be1d5b1abffa
children aecab161d8d6
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jun 09 00:37:12 2001 +0000
+++ b/configure	Sat Jun 09 07:28:17 2001 +0000
@@ -709,7 +709,7 @@
   	_debug='-g'
 	;;
   --enable-debug=*)
-        _debug=`echo '-g'; echo $ac_option | cut -d '=' -f 2`
+        _debug=`echo -n '-g'; echo $ac_option | cut -d '=' -f 2`
 	;;
   --enable-css)
 	_css=yes