From 735b8e9da1999686000b672d4811eb75746bf14e Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Mon, 4 Jan 2010 20:52:46 +0000 Subject: move LIBS reconstruction up, we need special libs on Windows --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 614d3a8..5ae7d03 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ LTDL_INIT AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL) AC_SUBST(MKDIR_P) +LIBS=$LIBSOLD case "$host_os" in linux*) @@ -154,7 +155,6 @@ AM_CONDITIONAL(HAVE_CXX, test "x$HAVE_CXX" = "xyes") AC_CHECK_LIB(stdc++, fclose) AC_CHECK_HEADERS(langinfo.h) -LIBS=$LIBSOLD # FIXME: allow --with-oggvorbis=PFX # test if we have vorbisfile -- cgit v1.2.3