From 0abc6b995971368066bf5d87350e0d1b0de9fe4d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Sep 2009 14:46:31 +0000 Subject: -lpd is checked and added to LIBS by configure so removed from static LDFLAGS svn path=/trunk/externals/zexy/; revision=12426 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index f11efaf..5814f1f 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -59,7 +59,7 @@ fi if test $(uname | sed -e 's/^MINGW.*/NT/') = NT ; then LD=${CC} - LDFLAGS="-L${with_pd}/src -L${with_pd}/bin -lpd" + LDFLAGS="-L${with_pd}/src -L${with_pd}/bin" EXT=dll fi -- cgit v1.2.1