Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 23, 2001
1 parent 34606eb commit 47c7521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -131,7 +131,7 @@ if test x$enable_music_mp3 = xyes; then
SMPEG_VERSION=0.4.3
AM_PATH_SMPEG($SMPEG_VERSION, have_smpeg=yes, have_smpeg=no)
if test x$have_smpeg = xyes; then
CFLAGS="$CFLAGS $SMPEG_CFLAGS"
CFLAGS="$CFLAGS -DMP3_MUSIC $SMPEG_CFLAGS"
LIBS="$LIBS $SMPEG_LIBS"
fi
fi
Expand Down

0 comments on commit 47c7521

Please sign in to comment.