Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 1, 2006
1 parent 3af4fe1 commit 49719d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -229,7 +229,7 @@ if test x$enable_music_ogg = xyes; then
])
AC_MSG_RESULT($have_vorbis)
if test x$have_vorbis = xyes; then
SOURCES="$SOURCE $srcdir/load_ogg.c $srcdir/music_ogg.c"
SOURCES="$SOURCES $srcdir/load_ogg.c $srcdir/music_ogg.c"
EXTRA_CFLAGS="$EXTRA_CFLAGS -DOGG_MUSIC"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lvorbisfile -lvorbis -logg"
fi
Expand Down

0 comments on commit 49719d4

Please sign in to comment.