[glade--][patch] autoconf 2.50 fix
- From: christian glodt ist lu
- To: glademm-list gnome org
- Subject: [glade--][patch] autoconf 2.50 fix
- Date: Mon, 18 Jun 2001 18:35:25 +0200 (CEST)
Hi,
Attached is a patch against the latest
cvs version of glade-- which fixes the
template test in configure.in.
The fix Works-For-Me(tm). It would be
wise to test it with the old autoconf
before committing (I didn't test it).
Greetings,
Christian Glodt
--- configure.in 2001/04/30 08:05:19 1.44
+++ configure.in 2001/06/18 16:17:28
@@ -47,8 +47,8 @@
};
],[
k<int,foo,float,int,int,foo*,foo**> a;
-],[
-],[
+],
+ ,[
AC_ERROR(your C++ compiler does not support templates well enough)
])
AC_MSG_RESULT([ok])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]