all repos — fluxbox @ 010ff6b7955df6dfbc9570a4ed742a29e33160fe

custom fork of the fluxbox windowmanager

configure fix: sstream test needs math.h, thus we should test math.h before

bubbled up on solaris10, had to install 'math-header'.
Mathias Gumz akira at fluxbox dot org
commit

010ff6b7955df6dfbc9570a4ed742a29e33160fe

parent

21022a195293eff969a27cbb4a0c3382587c1a84

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

jump to
M configure.inconfigure.in

@@ -34,7 +34,7 @@ dnl Check for system header files

AC_HEADER_STDC AC_HEADER_STDBOOL AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \ - locale.h nl_types.h process.h signal.h stdarg.h \ + locale.h math.h nl_types.h process.h signal.h stdarg.h \ stdio.h time.h unistd.h \ sys/param.h sys/select.h sys/signal.h sys/stat.h \ sys/time.h sys/types.h sys/wait.h \