Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed smpeg detection. Grrr...
  • Loading branch information
slouken committed Jul 21, 2007
1 parent 526a995 commit 0703b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -336,9 +336,9 @@ AC_HELP_STRING([--enable-music-mp3-shared], [dynamically load MP3 support [[defa
smpeg_lib=[`find_lib "smpeg*.dll"`]
;;
*)
smpeg_lib=[`find_lib "libsmpeg.so.[0-9]"`]
smpeg_lib=[`find_lib "libsmpeg*.so.[0-9]"`]
if test x$smpeg_lib = x; then
smpeg_lib=[`find_lib "libsmpeg.so.[0-9]*"`]
smpeg_lib=[`find_lib "libsmpeg*.so.[0-9]*"`]
fi
;;
esac
Expand Down

0 comments on commit 0703b26

Please sign in to comment.