From d3a45f25c19f966ada92a6b4bf3d5e0bd3a5f7b2 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
Date: Tue, 9 Apr 2013 18:46:05 +0200
Subject: [PATCH] respect CXXFLAGS

---
 configure.in | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.in b/configure.in
index bd930f1..9ba873a 100644
--- a/configure.in
+++ b/configure.in
@@ -5,11 +5,6 @@ dnl Prolog
 AC_INIT(Main.c)
 AC_PREREQ(2.13)
 
-dnl Reset default compilation flags.
-
-CXXFLAGS="-O3"
-CPPFLAGS="-O3"
-
 dnl Prefer headers and libraries from nx-X11 if present.
 
 if test -d "../nx-X11/exports/include" ; then
-- 
1.8.2

