From e3f76cc8c3bb5a68736eaff9cecaf9d81ff278ed Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 12 Jan 2010 09:28:02 +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 f89627f426..fc8e88c695 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.40.0