* configure.ac: Do not run CF_GXX_WARNINGS unless they are enabled.
This commit is contained in:
parent
1fa1621a6b
commit
b240bd8204
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* configure.ac: Do not run CF_GXX_WARNINGS unless they are enabled.
|
||||||
|
|
||||||
2010-10-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-10-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Hide the safra_tree_automaton type from the public interface.
|
Hide the safra_tree_automaton type from the public interface.
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,9 @@ AC_CHECK_FUNCS([srand48 drand48])
|
||||||
LT_INIT([win32-dll])
|
LT_INIT([win32-dll])
|
||||||
|
|
||||||
spot_INTEL
|
spot_INTEL
|
||||||
|
if test x$enable_warnings = xyes; then
|
||||||
CF_GXX_WARNINGS
|
CF_GXX_WARNINGS
|
||||||
|
fi
|
||||||
adl_ENABLE_DEBUG
|
adl_ENABLE_DEBUG
|
||||||
ad_GCC_OPTIM
|
ad_GCC_OPTIM
|
||||||
adl_NDEBUG
|
adl_NDEBUG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue