mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
antoher try at c options to make iksemel right on solaris
This commit is contained in:
parent
e78f2bfb5d
commit
23b387b7f5
@ -83,12 +83,12 @@ AC_ARG_ENABLE(64,
|
|||||||
|
|
||||||
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
|
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
|
||||||
if test "${enable_64}" = "yes"; then
|
if test "${enable_64}" = "yes"; then
|
||||||
CFLAGS="$CFLAGS -xc99=all -mt -m64 -lgpg-error"
|
CFLAGS="$CFLAGS -mt -m64 -lgpg-error"
|
||||||
CXXFLAGS="$CXXFLAGS -xc99=all -mt -m64 -lgpg-error"
|
CXXFLAGS="$CXXFLAGS -mt -m64 -lgpg-error"
|
||||||
SUNFLAGS="-xc99=all -mt -m64 -lgpg-error"
|
SUNFLAGS="-xc99=all -mt -m64 -lgpg-error"
|
||||||
else
|
else
|
||||||
CFLAGS="$CFLAGS -xc99=all -mt -lgpg-error"
|
CFLAGS="$CFLAGS -mt -lgpg-error"
|
||||||
CXXFLAGS="$CXXFLAGS -xc99=all -mt -lgpg-error"
|
CXXFLAGS="$CXXFLAGS -mt -lgpg-error"
|
||||||
SUNFLAGS="-xc99=all -mt -lgpg-error"
|
SUNFLAGS="-xc99=all -mt -lgpg-error"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user