Sfoglia il codice sorgente

* Removed useless -lXt from X11 libraries check.

tags/v0.99.beta14
Sam Hocevar sam 19 anni fa
parent
commit
64b6bfb328
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Vedi File

@@ -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])


Caricamento…
Annulla
Salva