CVS User Account cvsuser
Sat Apr 2 09:25:47 PST 2005
Log Message:
-----------
Add test to keep mingw from halting with an error.

Modified Files:
--------------
    slony1-engine/config:
        libc.m4 (r1.2 -> r1.3)

-------------- next part --------------
Index: libc.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/libc.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lconfig/libc.m4 -Lconfig/libc.m4 -u -w -r1.2 -r1.3
--- config/libc.m4
+++ config/libc.m4
@@ -11,7 +11,7 @@
     AC_DEFINE(HAVE_POSIX_SIGNALS,, [Define to 1 if you have the POSIX signal interface.])
     HAVE_POSIX_SIGNALS=$slonac_cv_func_posix_signals  
   else
-    if x"$template" = xwin ; then
+    if test x"$template" = "xwin" ; then
       AC_MSG_RESULT("Skipping Error on win32")
     else
       AC_MSG_RESULT("error")


More information about the Slony1-commit mailing list