From 3d5e443e97bcc92febe3f4a3723def2d957a34ab Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 5 Dec 2014 21:24:07 +0100 Subject: Fix linking in configure test. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 641f2f7..eb11b35 100644 --- a/configure.ac +++ b/configure.ac @@ -351,8 +351,8 @@ if test x$enable_resampler != xno; then CXXFLAGS="" CPPFLAGS="$ZITA_CPPFLAGS" CFLAGS="" - LDFLAGS="$ZITA_LDFLAGS -lzita-resampler -lpthread" - LIBS="" + LDFLAGS="$ZITA_LDFLAGS" + LIBS="-lzita-resampler -lpthread" AC_LINK_IFELSE( [AC_LANG_PROGRAM([#include ], [Resampler r] ) ], has_zita=yes, has_zita=no) -- cgit v1.2.3