Use one = instead of two, which is plainly wrong.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 23 Oct 2000 14:15:22 +0000 (14:15 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 23 Oct 2000 14:15:22 +0000 (14:15 +0000)
2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: Use one = instead of two, which is plainly wrong.

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 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index 3afb230b15191a8066e1e16a3607bc2063bd0d50..0e5540fd2f987d370168d6954f0251baa1e81b20 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
 2000-10-19  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
index c558d4bf2e02e355d0d3a167dccf3d570c42af72..695c71574a40801a0b08af3ab0aab4c6790627d2 100644 (file)
@@ -373,7 +373,7 @@ if test "$ac_cv_func_memmove" != "yes"; then
         }
         return(0);
       }],glib_cv_working_bcopy=yes,glib_cv_working_bcopy=no)])
-  if test "$glib_cv_working_bcopy" == "yes"; then
+  if test "$glib_cv_working_bcopy" = "yes"; then
     AC_DEFINE(HAVE_WORKING_BCOPY,1,[Have a working bcopy])
   fi
 fi