]> granicus.if.org Git - graphviz/commitdiff
fix syntax error in previous change
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:26 +0000 (21:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:26 +0000 (21:12 +0000)
configure.ac

index 0d69cc83f77f08621f7d994a372be1d8bc9b3442..23f1b625df851ab07fde170e65ae6cdb30dcc898 100644 (file)
@@ -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"
                    ;;