[gtkmm] configure fix for libsigc++
- From: Sebastian Rittau <rittau math TU-Berlin DE>
- To: gtkmm-list mail gnome org
- Subject: [gtkmm] configure fix for libsigc++
- Date: Wed, 16 Oct 2002 09:29:23 +0200
The following fix is needed for newer autoconf versions. Okay to commit?
--- configure.in 7 Dec 2001 04:18:58 -0000 1.52
+++ configure.in 16 Oct 2002 07:28:21 -0000
@@ -102,6 +102,8 @@
DLL_DEFINE=-DLIBSIGC_EXPORTS
AC_SUBST(DLL_DEFINE)
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]