Explorar el Código

* Removed useless -lXt from X11 libraries check.

tags/v0.99.beta14
Sam Hocevar sam hace 18 años
padre
commit
64b6bfb328
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Ver fichero

@@ -152,7 +152,7 @@ if test "${enable_x11}" != "no"; then
CACA_LIBS="${CACA_LIBS} ${X_LIBS}"
CACA_DRIVERS="${CACA_DRIVERS} x11"],
[ac_cv_my_have_x11="no"],
[[-lXt `if test -n "${x_libraries}"; then echo -L${x_libraries}; fi`]])
[[`if test -n "${x_libraries}"; then echo -L${x_libraries}; fi`]])
AC_CHECK_HEADERS(X11/XKBlib.h)
if test "${ac_cv_my_have_x11}" != "yes" -a "${enable_x11}" = "yes"; then
AC_MSG_ERROR([cannot find X11 development files])


Cargando…
Cancelar
Guardar