Skip to content

Commit

Permalink
Fix for SMPEG and debug settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 9, 2001
1 parent 84938a6 commit 743e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -63,7 +63,7 @@ dnl ---------------------------------------------------------------------

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

0 comments on commit 743e65e

Please sign in to comment.