]> Pileus Git - ~andy/gtk/commitdiff
Fixed a bashism (a bash 2.0ism at that) in the gtk.m4 tests
authorManish Singh <yosh@src.gnome.org>
Sat, 14 Mar 1998 10:57:18 +0000 (10:57 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 14 Mar 1998 10:57:18 +0000 (10:57 +0000)
-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk.m4

index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
index ad39ece1e70c4f2c8a8788f2d940217b22e83914..d3681319251f1e0610f8b89a9b1a9c7514f63e63 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar 14 02:54:28 PST 1998 Manish Singh <yosh@gimp.org>
+
+        * gtk.m4: fixed a bashism in gtk tests
+
 Sat Mar 14 08:29:56 1998  Tim Janik  <timj@gimp.org>
 
        * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
diff --git a/gtk.m4 b/gtk.m4
index 70b0aebc5e4aba6cfe3f7ec1a4e8e0e6ee6b6d3e..02420db73a721934c58ef38302ab9bf19644ee36 100644 (file)
--- a/gtk.m4
+++ b/gtk.m4
@@ -47,7 +47,7 @@ main ()
   else
      no_gtk=yes
   fi
-  if test x$no_gtk == x ; then
+  if test "x$no_gtk" = x ; then
      AC_MSG_RESULT(yes)
      ifelse([$2], , :, [$2])     
   else