Skip to content

Commit

Permalink
Minor fix; reported default --enable-debug state incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 1, 2002
1 parent 7d9f2ed commit c1cf146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -66,7 +66,7 @@ dnl Debug mode?
dnl ---------------------------------------------------------------------

AC_ARG_ENABLE(debug,
[ --enable-debug enable debug mode [default=yes]],
[ --enable-debug enable debug mode [default=no]],
, enable_debug=no)
if test x$enable_debug = xyes; then
if test x$ac_cv_prog_cc_g = xyes; then
Expand Down

0 comments on commit c1cf146

Please sign in to comment.