projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2df72d
)
make it compile on mingw32.
author
Giovanni Giacobbi
<johnny@silcnet.org>
Mon, 29 Apr 2002 11:30:03 +0000
(11:30 +0000)
committer
Giovanni Giacobbi
<johnny@silcnet.org>
Mon, 29 Apr 2002 11:30:03 +0000
(11:30 +0000)
Reported by thecure
configure.in.pre
patch
|
blob
|
history
diff --git
a/configure.in.pre
b/configure.in.pre
index 2c86bf9abac99c4dcd9e3261477329b71a1da7c1..faca8c738841da48a4433879297333de64f50d8b 100644
(file)
--- a/
configure.in.pre
+++ b/
configure.in.pre
@@
-604,11
+604,11
@@
AC_SUBST(PIDFILE)
AC_ARG_WITH(win32,
[ --with-win32 Compile native WIN32 code (-mno-cygwin)],
[ AC_DEFINE(SILC_WIN32)
- win32
-
support=true
+ win32
_
support=true
CFLAGS="-mno-cygwin $CFLAGS"
LIBS="$LIBS -lwsock32" ])
-AM_CONDITIONAL(SILC_WIN32, test x$win32
-
support = xtrue)
+AM_CONDITIONAL(SILC_WIN32, test x$win32
_
support = xtrue)
#
# Native EPOC support (disabled by default)