aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 614d3a8..5ae7d03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ LTDL_INIT
32AC_SUBST(LTDLINCL) 32AC_SUBST(LTDLINCL)
33AC_SUBST(LIBLTDL) 33AC_SUBST(LIBLTDL)
34AC_SUBST(MKDIR_P) 34AC_SUBST(MKDIR_P)
35LIBS=$LIBSOLD
35 36
36case "$host_os" in 37case "$host_os" in
37linux*) 38linux*)
@@ -154,7 +155,6 @@ AM_CONDITIONAL(HAVE_CXX, test "x$HAVE_CXX" = "xyes")
154AC_CHECK_LIB(stdc++, fclose) 155AC_CHECK_LIB(stdc++, fclose)
155 156
156AC_CHECK_HEADERS(langinfo.h) 157AC_CHECK_HEADERS(langinfo.h)
157LIBS=$LIBSOLD
158# FIXME: allow --with-oggvorbis=PFX 158# FIXME: allow --with-oggvorbis=PFX
159 159
160# test if we have vorbisfile 160# test if we have vorbisfile