Fix some problems in writing out varargs tests in configure.in
authorOwen Taylor <otaylor@redhat.com>
Sun, 20 May 2001 14:49:44 +0000 (14:49 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 20 May 2001 14:49:44 +0000 (14:49 +0000)
Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Fix some problems in writing out varargs
tests in configure.in

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 6b38961..a9c704d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index 6b38961..a9c704d 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix some problems in writing out varargs
+       tests in configure.in
+
 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
index e2f6b2f..4975f92 100644 (file)
@@ -1644,16 +1644,16 @@ $glib_inline
 #endif /* !__cplusplus */
 _______EOF
 
-       if test x$g_have_iso_varargs ; then
+       if test x$g_have_iso_varargs = xyes ; then
                cat >>$outfile <<_______EOF
 
-#define G_HAVE_ISO_VARARGS
+#define G_HAVE_ISO_VARARGS 1
 _______EOF
        fi
-       if test x$g_have_gnuc_varargs ; then
+       if test x$g_have_gnuc_varargs = xyes ; then
                cat >>$outfile <<_______EOF
 
-#define G_HAVE_GNUC_VARARGS
+#define G_HAVE_GNUC_VARARGS 1
 _______EOF
        fi