From 098fae70a6d8d15877938080437f0fc20f52bbf5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 May 2002 02:58:09 +0000 Subject: better gcc3 compat. using ostrstream again. and using namespace std; some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f8bf80d3..f37715db 100644 --- a/configure.in +++ b/configure.in @@ -15,15 +15,13 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL -AC_LANG_CPLUSPLUS - AC_CHECK_PROGS(regex_cmd, sed) if test x$regex_cmd = "x"; then AC_MSG_ERROR([error. sed is required to build the default menu file.]) fi dnl Check for system header files -AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h string.h stdlib.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 sstream) +AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h string.h stdlib.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) AC_HEADER_TIME dnl Check for existance of basename(), setlocale() and strftime() -- cgit v1.2.3