New silcconfig library and server parser. Merged silc-newconfig-final.patch.
[silc.git] / configure.in.pre
index b7acfd23ff95cbb1a202c8e375e1be726ed7629d..8472feb028e7ea326f5c7c2dbb2b316de15ee5a6 100644 (file)
@@ -604,12 +604,17 @@ 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)
 
+#
+# Native EPOC support (disabled by default)
+#
+AM_CONDITIONAL(SILC_EPOC, test xfalse = xtrue)
+
 #
 # IPv6 support
 #