aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-01-04 20:52:46 +0000
committerNils Durner <durner@gnunet.org>2010-01-04 20:52:46 +0000
commit735b8e9da1999686000b672d4811eb75746bf14e (patch)
tree726b735f8807769e68e84aad6851b7a80c9a9ce6
parent04386ab4a33fe7fb03d89af21ba70c36b0ed2dbd (diff)
downloadlibextractor-735b8e9da1999686000b672d4811eb75746bf14e.tar.gz
libextractor-735b8e9da1999686000b672d4811eb75746bf14e.zip
move LIBS reconstruction up, we need special libs on Windows
-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