diff options
-rw-r--r-- | src/configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/configure.ac b/src/configure.ac index f779ea2..f11efaf 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="-shared pd.dll" + LDFLAGS="-L${with_pd}/src -L${with_pd}/bin -lpd" EXT=dll fi @@ -302,8 +302,6 @@ fi AC_CHECK_LDFLAGS([-bundle -undefined suppress -flat_namespace]) # ) -AC_CHECK_LDFLAGS([-shared pd.dll]) - if test x${KERN} = xIRIX64; then LDFLAGS="-n32 -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \ -OPT:roundoff=3 -OPT:IEEE_arithmetic=3 -OPT:cray_ivdep=true \ |