From e0b585e5f1ffd377d428d2fd7ee80166d5366fae Mon Sep 17 00:00:00 2001 From: Giovanni Giacobbi Date: Mon, 29 Apr 2002 11:28:34 +0000 Subject: [PATCH] make it compile on mingw32. Reported by thecure --- configure.in.pre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in.pre b/configure.in.pre index 2c86bf9a..faca8c73 100644 --- 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) -- 2.24.0