From 23b387b7f5f4b13ca40c9d62ab06a04c66810e63 Mon Sep 17 00:00:00 2001 From: cypromis Date: Tue, 25 Jan 2011 05:53:26 +0100 Subject: [PATCH] antoher try at c options to make iksemel right on solaris --- libs/iksemel/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/iksemel/configure.ac b/libs/iksemel/configure.ac index 49d8621777..403725a80d 100644 --- a/libs/iksemel/configure.ac +++ b/libs/iksemel/configure.ac @@ -83,12 +83,12 @@ AC_ARG_ENABLE(64, if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then if test "${enable_64}" = "yes"; then - CFLAGS="$CFLAGS -xc99=all -mt -m64 -lgpg-error" - CXXFLAGS="$CXXFLAGS -xc99=all -mt -m64 -lgpg-error" + CFLAGS="$CFLAGS -mt -m64 -lgpg-error" + CXXFLAGS="$CXXFLAGS -mt -m64 -lgpg-error" SUNFLAGS="-xc99=all -mt -m64 -lgpg-error" else - CFLAGS="$CFLAGS -xc99=all -mt -lgpg-error" - CXXFLAGS="$CXXFLAGS -xc99=all -mt -lgpg-error" + CFLAGS="$CFLAGS -mt -lgpg-error" + CXXFLAGS="$CXXFLAGS -mt -lgpg-error" SUNFLAGS="-xc99=all -mt -lgpg-error" fi fi