default debug off (for non-cvs builds!)

This commit is contained in:
Dana Jansens 2003-05-20 05:04:22 +00:00
parent 32390c6b6d
commit 644d629501

View file

@ -9,7 +9,7 @@ AC_DEFUN([OB_DEBUG],
AC_ARG_ENABLE([debug],
[ --enable-debug build a debug version default=yes],
[DEBUG=$enableval], [DEBUG="yes"])
[DEBUG=$enableval], [DEBUG="no"])
AC_ARG_ENABLE([strict-ansi],
[ --enable-strict-ansi Enable strict ANSI compliance build default=no],