From 0f80b4e1f92f9b12115121e55619e6e810831d41 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 4 Nov 2001 23:23:13 +0000 Subject: Better exception handling. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3