diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-03-14 10:57:18 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-03-14 10:57:18 +0000 |
commit | cfd3a5136985d84973c15c9fcb3e509223f28b44 (patch) | |
tree | 80c272d4fd323080f2b5e70762f858265fb0ecfd /gtk.m4 | |
parent | ab4fed04fe6da912c7bf10449157dc5d3a93e448 (diff) | |
download | gtk+-cfd3a5136985d84973c15c9fcb3e509223f28b44.tar.gz |
Fixed a bashism (a bash 2.0ism at that) in the gtk.m4 tests
-Yosh
Diffstat (limited to 'gtk.m4')
-rw-r--r-- | gtk.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |