aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-23 17:41:26 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-23 17:41:26 (GMT)
commit010ff6b7955df6dfbc9570a4ed742a29e33160fe (patch)
treeff21d0668028392a6929c3ee104a8d66cca7e5e7 /configure.in
parent21022a195293eff969a27cbb4a0c3382587c1a84 (diff)
downloadfluxbox_pavel-010ff6b7955df6dfbc9570a4ed742a29e33160fe.zip
fluxbox_pavel-010ff6b7955df6dfbc9570a4ed742a29e33160fe.tar.bz2
configure fix: sstream test needs math.h, thus we should test math.h before
bubbled up on solaris10, had to install 'math-header'.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d39ec77..e3cc569 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ dnl Check for system header files
34AC_HEADER_STDC 34AC_HEADER_STDC
35AC_HEADER_STDBOOL 35AC_HEADER_STDBOOL
36AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \ 36AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \
37 locale.h nl_types.h process.h signal.h stdarg.h \ 37 locale.h math.h nl_types.h process.h signal.h stdarg.h \
38 stdio.h time.h unistd.h \ 38 stdio.h time.h unistd.h \
39 sys/param.h sys/select.h sys/signal.h sys/stat.h \ 39 sys/param.h sys/select.h sys/signal.h sys/stat.h \
40 sys/time.h sys/types.h sys/wait.h \ 40 sys/time.h sys/types.h sys/wait.h \