[pisa-src] r1214 - trunk/configure.ac

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 16 Oct 2009 13:13:38 +0200

Author: tjansen
Date: Fri Oct 16 13:13:37 2009
New Revision: 1214

Log:
Removed the GDB_CFLAGS variable from configure.ac

1. The variable is never used.
2. -g would have been redundant even if it was used.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Fri Oct 16 11:38:02 2009        (r1213)
+++ trunk/configure.ac  Fri Oct 16 13:13:37 2009        (r1214)
@@ -51,7 +51,6 @@
 if test x"$ac_cv_use_debug" = x"yes"; then
         AC_DEFINE(CONFIG_PISA_DEBUG, AC_PREREQ(2.53))
         AH_TEMPLATE(CONFIG_PISA_DEBUG)
-        AC_SUBST(GDB_CFLAGS, "-g")
 fi
 
 AC_ARG_ENABLE(performance,

Other related posts:

  • » [pisa-src] r1214 - trunk/configure.ac - Thomas Jansen