Fixed a bashism (a bash 2.0ism at that) in the gtk.m4 tests

-Yosh
This commit is contained in:
Manish Singh
1998-03-14 10:57:18 +00:00
parent ab4fed04fe
commit cfd3a51369
8 changed files with 29 additions and 1 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

2
gtk.m4
View File

@ -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