X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.in;h=24125c932f6c9cf9da91c1be964cdfe43bd2e126;hb=92864e8d1db97ed3154b4b40a9318dbe26d978be;hp=fdd0708d6dcddb44b3f425e5db44436327d201ab;hpb=5ba3ee6ec29cf3b54a1e3cc3233a37c0c7fdedee;p=chaz%2Fopenbox diff --git a/configure.in b/configure.in index fdd0708d..24125c93 100644 --- a/configure.in +++ b/configure.in @@ -97,7 +97,8 @@ AC_ARG_ENABLE( #include , XftFont foo, AC_MSG_RESULT([yes]) - XFT="yes", + XFT="yes" + LIBS="$LIBS -lXft", AC_MSG_RESULT([no]) ) ) @@ -172,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" @@ -249,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 @@ -262,6 +264,7 @@ nls/fr_FR/Makefile nls/hu_HU/Makefile nls/it_IT/Makefile nls/ja_JP/Makefile +nls/ko_KR/Makefile nls/nl_NL/Makefile nls/pt_BR/Makefile nls/ru_RU/Makefile