diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f440da9..818e0eb 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/Main.cc) +CXXFLAGS=-fexceptions + Baltisot_MAJOR_VERSION=0 Baltisot_MINOR_VERSION=1 Baltisot_MICRO_VERSION=0 |