Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-04-28 03:35:09 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-04-28 04:05:30 +0400
commiteafbdd55312151ae8ad142e2a0be099787765b22 (patch)
tree8368cedeb7d51f20279a960c6e695aa577454241 /configure.ac
parent433820954fb2e38d951dffaa77dc2ca3e3d288c8 (diff)
Making it easier to Torben to develop his new PLC code
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 981fbf8..aa2e4c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AM_MAINTAINER_MODE
AC_CANONICAL_HOST
AM_PROG_LIBTOOL
+AC_PROG_CC_C99
AC_C_BIGENDIAN
AC_C_CONST
AC_C_INLINE
@@ -115,6 +116,11 @@ AC_ARG_ENABLE(assertions, [ --enable-assertions],
AC_DEFINE([ENABLE_ASSERTIONS], , [Assertions])
fi])
+AC_ARG_ENABLE(new-plc, [ --enable-new-plc],
+[if test "$enableval" = yes; then
+ AC_DEFINE([NEW_PLC], , [Use new PLC code])
+fi])
+
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fvisibility=hidden"
AC_MSG_CHECKING([if ${CXX} supports -fvisibility=hidden])