diff options
Diffstat (limited to 'x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4')
-rw-r--r-- | x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 new file mode 100644 index 000000000000..d9e8d9c89f91 --- /dev/null +++ b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 @@ -0,0 +1,11 @@ +--- ext/gtkhtml/config.m4.orig Thu Apr 11 04:19:46 2002 ++++ ext/gtkhtml/config.m4 Sat Dec 7 21:16:19 2002 +@@ -21,7 +21,7 @@ + AC_MSG_ERROR(unable to locate gnome-config) + else + HTML_CFLAGS=`$GNOME_CONFIG --cflags $module_args` +- if test "x$?" == "x1"; then ++ if test "x$?" = "x1"; then + AC_MSG_ERROR(gnome-config doesn't seem to have support for gtkhtml) + fi + HTML_LIBS=`$GNOME_CONFIG --libs $module_args` |