X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.in;h=24125c932f6c9cf9da91c1be964cdfe43bd2e126;hb=a939bb6e41772ffd4fe75f0c73ae79db237ca979;hp=3af55c5000ff511137353ddd0a9d41ca4bd8151f;hpb=e043f64824dc618b1fffbd9c6aabeca7bc2267a4;p=chaz%2Fopenbox diff --git a/configure.in b/configure.in index 3af55c50..24125c93 100644 --- a/configure.in +++ b/configure.in @@ -86,27 +86,29 @@ dnl Check for Xft extension support and proper library files. XFT="" AC_MSG_CHECKING([whether to build support for the Xft extension]) AC_ARG_ENABLE( - xft, [ --enable-xft enable support of the Xft extension [default=no]], + xft, [ --enable-xft enable support of the Xft extension [default=no]], if test x$enableval = "xyes"; then - AC_MSG_RESULT([yes]) - AC_CHECK_LIB(Xft, XftFontOpenXlfd, - AC_MSG_CHECKING([for X11/Xft/Xft.h]) - AC_TRY_LINK( + AC_MSG_RESULT([yes]) + + AC_CHECK_LIB(Xft, XftFontOpenXlfd, + AC_MSG_CHECKING([for X11/Xft/Xft.h]) + AC_TRY_LINK( #include #include - , XftFont foo, +, XftFont foo, AC_MSG_RESULT([yes]) - XFT="yes", + XFT="yes" + LIBS="$LIBS -lXft", AC_MSG_RESULT([no]) - ) + ) ) + else - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) fi, - AC_MSG_RESULT([no]) + AC_MSG_RESULT([no]) ) if test x$XFT = "xyes"; then - LIBS="$LIBS -lXft" AC_DEFINE(XFT,1,Enable support of the Xft extension) fi @@ -171,7 +173,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -Wall -W" + DEBUG="-DDEBUG -Wall -W -fno-inline" else AC_MSG_RESULT([no]) DEBUG="-DNDEBUG" @@ -248,6 +250,7 @@ AM_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile src/Makefile util/Makefile +util/epist/Makefile data/Makefile data/styles/Makefile doc/Makefile