diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 17:41:26 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 17:41:26 (GMT) |
commit | 010ff6b7955df6dfbc9570a4ed742a29e33160fe (patch) | |
tree | ff21d0668028392a6929c3ee104a8d66cca7e5e7 /configure.in | |
parent | 21022a195293eff969a27cbb4a0c3382587c1a84 (diff) | |
download | fluxbox_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.in | 2 |
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 | |||
34 | AC_HEADER_STDC | 34 | AC_HEADER_STDC |
35 | AC_HEADER_STDBOOL | 35 | AC_HEADER_STDBOOL |
36 | AC_CHECK_HEADERS(errno.h ctype.h dirent.h fcntl.h libgen.h \ | 36 | AC_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 \ |