[gtkmm] Re: configure fix for libsigc++



On Wed, Oct 16, 2002 at 09:29:23AM +0200, Sebastian Rittau wrote:

> The following fix is needed for newer autoconf versions. Okay to commit?

Corrected patch:

--- configure.in	7 Dec 2001 04:18:58 -0000	1.52
+++ configure.in	16 Oct 2002 07:45:01 -0000
@@ -101,7 +101,9 @@
 	AC_SUBST(SIGC_DLL)
 	DLL_DEFINE=-DLIBSIGC_EXPORTS
 	AC_SUBST(DLL_DEFINE)
-	AM_CONDITIONAL(SIGCRC,test x=x)	
+	AM_CONDITIONAL(SIGCRC,test x = x)	
+else
+	AM_CONDITIONAL(SIGCRC,test x != x)
 fi
 
 dnl On FreeBSD 3.0 (and perhaps some other systems) GNU m4 is

 - Sebastian



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]