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.
13 lines
372 B
13 lines
372 B
--- imlib-1.9.15.orig/configure.in
|
|
+++ imlib-1.9.15/configure.in
|
|
@@ -197,7 +197,7 @@
|
|
AC_MSG_RESULT(no)
|
|
no_xshm=yes
|
|
else
|
|
- if test -f "$x_includes/X11/extensions/XShm.h"; then
|
|
+ if test -f "$x_includes/X11/extensions/XShm.h" || test -f "/usr/include/X11/extensions/XShm.h"; then
|
|
AC_MSG_RESULT(yes)
|
|
AC_DEFINE(HAVE_XSHM_H, 1, [ ])
|
|
else
|
|
|