From 010ff6b7955df6dfbc9570a4ed742a29e33160fe Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Wed, 23 Mar 2011 18:41:26 +0100
Subject: configure fix: sstream test needs math.h, thus we should test math.h
 before

bubbled up on solaris10, had to install 'math-header'.
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 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 \
-- 
cgit v0.11.2