diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-22 14:46:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-22 14:46:31 +0000 |
commit | 0abc6b995971368066bf5d87350e0d1b0de9fe4d (patch) | |
tree | c388a6474d8f492e77488f1a45902908a698d3d1 /src | |
parent | a13b2c69863e550dd4de99e5dde7c2e1b08b661e (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.ac | 2 |
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 |