aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-01 01:30:32 +0100
committerAndreas Oberritter <obi@opendreambox.org>2010-12-01 01:30:32 +0100
commit2c83d31ceec4b7014783a8c207b66b8f5ae0c318 (patch)
tree9c7b033241c64dcc54e1a6cc51f13d32d5599b3c /configure.ac
parentfb41a54877f82982b88a89aecd473f1089cc5252 (diff)
downloadenigma2-2c83d31ceec4b7014783a8c207b66b8f5ae0c318.tar.gz
enigma2-2c83d31ceec4b7014783a8c207b66b8f5ae0c318.zip
update and install enigma2.pc
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e77e497..0c54f5bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,8 +92,12 @@ if test "$with_po" = "yes"; then
fi
AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes")
+ENIGMA2_CFLAGS="-fno-rtti -fno-exceptions"
+AC_SUBST(ENIGMA2_CFLAGS)
+
CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
-CXXFLAGS="$CXXFLAGS $BASE_CFLAGS $PTHREAD_CFLAGS $DEBUG_CFLAGS -fno-rtti -fno-exceptions -Wall"
+CFLAGS="$CFLAGS $DEBUG_CFLAGS -Wall"
+CXXFLAGS="$CXXFLAGS $DEBUG_CFLAGS -Wall $BASE_CFLAGS $ENIGMA2_CFLAGS $PTHREAD_CFLAGS"
AC_CONFIG_FILES([
Makefile