Changeset 2b43ac in git for configure.ac


Ignore:
Timestamp:
Aug 21, 2012, 1:23:20 PM (12 years ago)
Author:
François Bissey <francois.bissey@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05051f9850bc9dcf9b7747cbc3bf2bd96bf76d7f
Parents:
4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
Message:
Make debuging objects (_g) a configure option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4fb3a73 r2b43ac  
    125125fi
    126126
     127AC_ARG_ENABLE(debug, AS_HELP_STRING([--disable-debug], [do NOT build the debugging version of the libraries]),
     128 [if test "x$enableval"  = "xyes"; then
     129   ENABLE_DEBUG=yes
     130 fi], ENABLE_DEBUG=no)
     131
     132AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
     133
    127134AC_CONFIG_SUBDIRS([findexec])
    128135AC_CONFIG_SUBDIRS([omalloc])
Note: See TracChangeset for help on using the changeset viewer.