all repos — fluxbox @ 4ded38f43f2411210ab9508d8d8ac83270d6e5d2

custom fork of the fluxbox windowmanager

configure.in: Windows requires a library to link for catgets
Ryan Pavlik rpavlik@iastate.edu
commit

4ded38f43f2411210ab9508d8d8ac83270d6e5d2

parent

f922d2d80359fa659f511d0fc8c18bdd11fe06f7

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M configure.inconfigure.in

@@ -65,6 +65,9 @@ AC_CHECK_FUNCS(catclose catgets catopen getpid gettimeofday memset mkdir \

nl_langinfo putenv regcomp select setenv setlocale sigaction snprintf \ sqrt strcasecmp strcasestr strchr strstr strtol strtoul sync vsnprintf) +dnl Windows requires the mingw-catgets library for the catgets function. +AC_SEARCH_LIBS([catgets], [catgets], [], []) + dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?): dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc dnl breaks with: