From 1779812c6209181e84d97da04746a6b4fdbbc80c Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 21:12:23 +0000 Subject: [PATCH] customize CFLAGS for FreeBSD --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 118870025..0d69cc83f 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,8 @@ else *-apple-darwin* ) CFLAGS="${CFLAGS} -fno-common -Wall" ;; + *-freebsd* ) + CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" * ) CFLAGS="${CFLAGS} -Wno-unused-parameter -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" ;; -- 2.50.1