From e08d410d987a0d75d18cd8799de68711eca5924c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 3 Feb 2010 18:52:17 +0000 Subject: [PATCH] - Revert commit 292222. It's not needed anymore to specify c99. --- configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 718a25c256..1af7f7005b 100644 --- a/configure.in +++ b/configure.in @@ -202,12 +202,7 @@ case $host_cpu in ;; sparc*) if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all -xmemalign=8s" - fi - ;; - i386) - if test "$SUNCC" = "yes"; then - CFLAGS="$CFLAGS -xc99=all" + CFLAGS="$CFLAGS -xmemalign=8s" fi ;; esac -- 2.50.1