aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-31 15:26:40 (GMT)
committerrathnor <rathnor>2004-08-31 15:26:40 (GMT)
commitd17bf39a43a7581773c67d496e4022499d59cd26 (patch)
tree89e964e0e9a207d726e4ffefb88b19c51c591817 /configure.in
parent6a78695e6ed92f8631b84874dcb754d32fcf99d5 (diff)
downloadfluxbox-d17bf39a43a7581773c67d496e4022499d59cd26.zip
fluxbox-d17bf39a43a7581773c67d496e4022499d59cd26.tar.bz2
add autoconf check for std c++ headers
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 26ab1fc..79209f5 100644
--- a/configure.in
+++ b/configure.in
@@ -33,6 +33,8 @@ AC_CHECK_HEADERS(sstream, ,
33 )] 33 )]
34) 34)
35 35
36AC_CHECK_HEADERS(cassert cctype cerrno cmath cstdarg cstdio cstdlib cstring ctime)
37
36AC_HEADER_TIME 38AC_HEADER_TIME
37 39
38dnl Check for existance of basename(), setlocale() and strftime() 40dnl Check for existance of basename(), setlocale() and strftime()