You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/rss-glx/files/rss-glx-0.9.1-bashism.patch

12 lines
234 B

--- a/configure.in
+++ b/configure.in
@@ -52,7 +52,7 @@
AC_HEADER_STDC
AC_PATH_XTRA
-if test "x${ac_cv_have_x:0:10}" != "xhave_x=yes"; then
+if test "x$have_x" != "xyes"; then
AC_MSG_ERROR([X11 is missing but required.])
fi