From: ellson Date: Tue, 18 Oct 2005 21:12:26 +0000 (+0000) Subject: fix syntax error in previous change X-Git-Tag: LAST_LIBGRAPH~32^2~7043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e9e01da20b058088f5df350667a1a8f361fac5f;p=graphviz fix syntax error in previous change --- diff --git a/configure.ac b/configure.ac index 0d69cc83f..23f1b625d 100644 --- a/configure.ac +++ b/configure.ac @@ -185,6 +185,7 @@ else ;; *-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" ;;