]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
build fixes for evetdispatcher
[chaz/openbox] / configure.ac
index 7d67faa3830ff06f27071365d52d4eedd4cb98e3..f52ba15e72084c634581d767184b10369ce733eb 100644 (file)
@@ -22,7 +22,7 @@ AC_LANG(C++)
 AC_MSG_CHECKING([for GCC])
 if test "$GCC" = "yes"; then
   AC_MSG_RESULT([yes])
-  CXXFLAGS="$CXXFLAGS -Wall -W -pedantic"
+  CXXFLAGS="$CXXFLAGS -Wall -W"# -pedantic"
 else
   AC_MSG_RESULT([no, trying other compilers])
   AC_MSG_CHECKING(for MIPSpro)
@@ -50,7 +50,7 @@ AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h
 AC_HEADER_TIME
 
 # Determine the return type of signal handlers
-AC_TYPE_SIGNAL
+AC_TYPE_SIGNAL
 
 # Check whether to include debugging code
 DEBUG=""
This page took 0.02181 seconds and 4 git commands to generate.