aboutsummaryrefslogtreecommitdiff
path: root/sprinkler/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sprinkler/configure')
-rwxr-xr-xsprinkler/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/sprinkler/configure b/sprinkler/configure
index 6a718a4..447241b 100755
--- a/sprinkler/configure
+++ b/sprinkler/configure
@@ -3789,10 +3789,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" >
if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1
then
PDEXT_DFLAGS="\
- -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \
- -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \
+ -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \
+ -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \
"
- PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'"
+ PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj"
PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT"
LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex"
if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then