summaryrefslogtreecommitdiff
path: root/gtk.m4
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-03-14 10:57:18 +0000
committerManish Singh <yosh@src.gnome.org>1998-03-14 10:57:18 +0000
commitcfd3a5136985d84973c15c9fcb3e509223f28b44 (patch)
tree80c272d4fd323080f2b5e70762f858265fb0ecfd /gtk.m4
parentab4fed04fe6da912c7bf10449157dc5d3a93e448 (diff)
downloadgtk+-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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk.m4 b/gtk.m4
index 70b0aebc5e..02420db73a 100644
--- 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