Dave Plater
4e01faa90b
Reviewed ok OBS-URL: https://build.opensuse.org/request/show/59403 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=6
14 lines
717 B
Diff
14 lines
717 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig 2010-02-08 14:34:28.000000000 +0200
|
|
+++ configure.ac 2011-01-29 12:09:24.385753017 +0200
|
|
@@ -213,7 +213,7 @@ if test "${enable_x11}" != "no"; then
|
|
AC_CHECK_LIB(X11, XOpenDisplay,
|
|
[ac_cv_my_have_x11="yes"
|
|
if test -n "${x_includes}"; then X_CFLAGS="-I${x_includes}"; fi
|
|
- if test -n "${x_libraries}"; then X_LIBS="-L${x_libraries}"; fi
|
|
+ if test -n "${x_libraries}" -a "${x_libraries}" != "/usr"; then X_LIBS="-L${x_libraries}"; fi
|
|
AC_DEFINE(USE_X11, 1, Define to 1 to activate the X11 backend driver)
|
|
CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
|
|
X11_LIBS="${X11_LIBS} -lX11 ${X_LIBS}"
|