Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 18, 2001
1 parent f5d3dbd commit 62b8680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -157,7 +157,7 @@ if test x$enable_music_ogg = xyes; then
AC_MSG_RESULT($have_vorbis)
if test x$have_vorbis = xyes; then
CFLAGS="$CFLAGS -DOGG_MUSIC"
LIBS="$LIBS -lvorbisfile -lvorbis"
LIBS="$LIBS -lvorbisfile -lvorbis -logg"
fi
fi
AC_ARG_ENABLE(music-mp3,
Expand Down

0 comments on commit 62b8680

Please sign in to comment.