Changeset 277 for libcaca/trunk/configure.ac
- Timestamp:
- Dec 25, 2003, 12:58:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r270 r277 52 52 AC_CHECK_LIB(X11, XOpenDisplay, 53 53 [ac_cv_my_have_x11=yes 54 X_CFLAGS="-I${x_includes}"55 X_LIBS="-lX11 -L${x_libraries}"],54 if test -n "${x_includes}"; then X_CFLAGS="-I${x_includes}"; fi 55 if test -n "${x_libraries}"; then X_LIBS="-lX11 -L${x_libraries}"; fi], 56 56 [ac_cv_my_have_x11=no], 57 57 [[-lXt -L${x_libraries}]])
Note: See TracChangeset
for help on using the changeset viewer.