[pisa-src] r2331 - trunk/configure.ac

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 17 May 2010 16:29:53 +0200

Author: gherzan
Date: Mon May 17 16:29:53 2010
New Revision: 2331

Log:
Remove the CFLAGS quirk on FreeBSD.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Mon May 17 16:25:52 2010        (r2330)
+++ trunk/configure.ac  Mon May 17 16:29:53 2010        (r2331)
@@ -96,10 +96,6 @@
 # Set default AM_CFLAGS for the complete project.
 AC_SUBST(AM_CFLAGS, "-std=c99 -Werror -Wall -Wextra -Winline -Wredundant-decls 
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wundef 
-Wno-deprecated-declarations -Wmissing-prototypes -Wwrite-strings -Wcast-qual 
-Wshadow")
 
-if test "$(uname -s)" = "FreeBSD"; then
-        AC_SUBST(AM_CFLAGS, "$AM_CFLAGS -fno-strict-aliasing")
-fi
-
 # If no --prefix option is passed to configure, $prefix is empty. But we want
 # to expand $sysconfdir, which defaults to ${prefix}/etc. So set $prefix.
 if test "x$prefix" = "xNONE"; then

Other related posts:

  • » [pisa-src] r2331 - trunk/configure.ac - Mircea Gherzan