Patch #1342957 (touchup configure output/debug)

svn-id: r19523
This commit is contained in:
Max Horn 2005-11-08 22:40:10 +00:00
parent eef4e5caec
commit ba4b02975a

3
configure vendored
View file

@ -432,6 +432,9 @@ for ac_option in $@; do
--backend=*)
_backend=`echo $ac_option | cut -d '=' -f 2`
;;
--enable-debug)
# debug is enabled by default
;;
--disable-debug)
DEBFLAGS=""
;;