aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-22 14:46:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-22 14:46:31 +0000
commit0abc6b995971368066bf5d87350e0d1b0de9fe4d (patch)
treec388a6474d8f492e77488f1a45902908a698d3d1 /src
parenta13b2c69863e550dd4de99e5dde7c2e1b08b661e (diff)
-lpd is checked and added to LIBS by configure so removed from static LDFLAGS
svn path=/trunk/externals/zexy/; revision=12426
Diffstat (limited to 'src')
-rw-r--r--src/configure.ac2
1 files changed, 1 insertions, 1 deletions
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