This commit is contained in:
Chris Cromer
2016-10-23 23:17:03 -03:00
parent d176cfbb49
commit f398929260
17 changed files with 104 additions and 99 deletions

20
configure vendored
View File

@@ -3653,12 +3653,12 @@ fi
# Check whether --with-debug was given.
if test "${with_debug+set}" = set; then :
withval=$with_debug; case $with_debug in
yes) $as_echo "#define DEBUG 1" >>confdefs.h
yes) $as_echo "#define DEBUG 1" >>confdefs.h
;;
no) ;;
*) as_fn_error $? "\"--with-debug does not take an argument.\"" "$LINENO" 5
;;
;;
no) ;;
*) as_fn_error $? "\"--with-debug does not take an argument.\"" "$LINENO" 5
;;
esac
fi
@@ -3667,12 +3667,12 @@ fi
# Check whether --with-debug_encoding was given.
if test "${with_debug_encoding+set}" = set; then :
withval=$with_debug_encoding; case $with_debug_encoding in
yes) $as_echo "#define DEBUG_ENCODING 1" >>confdefs.h
yes) $as_echo "#define DEBUG_ENCODING 1" >>confdefs.h
;;
no) ;;
*) as_fn_error $? "\"--with-debug-encoding does not take an argument.\"" "$LINENO" 5
;;
;;
no) ;;
*) as_fn_error $? "\"--with-debug-encoding does not take an argument.\"" "$LINENO" 5
;;
esac
fi