Changeset 05051f in git for factory/configure.ac


Ignore:
Timestamp:
Aug 28, 2012, 10:07:24 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
17228ebfd18336c7c9ef1b5d9c20e80ae49d91a0
Parents:
dec6c88a5a04cf848c091da42041c23143413b8d2b43ac1641773ee5c2c0c47688fd5bd477702c77
Message:
Merge pull request #172 from kiwifb/spielwiese

Make debuging objects (_g) a configure option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    rdec6c8 r05051f  
    9090  ,
    9191  enable_debugoutput=no)
     92
     93AC_ARG_ENABLE(debug, AS_HELP_STRING([--disable-debug], [do NOT build the debugging version of the libraries]),
     94 [if test "x$enableval"  = "xyes"; then
     95   ENABLE_DEBUG=yes
     96 fi], ENABLE_DEBUG=no)
     97
     98AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
    9299
    93100#
Note: See TracChangeset for help on using the changeset viewer.