diff options
Diffstat (limited to 'src/configure.ac')
-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 |