Changeset 2b43ac in git for findexec/configure.ac


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

Legend:

Unmodified
Added
Removed
  • findexec/configure.ac

    r4fb3a73 r2b43ac  
    5858SING_CHECK_PIPE
    5959
     60AC_ARG_ENABLE(debug, AS_HELP_STRING([--disable-debug], [do NOT build the debugging version of the libraries]),
     61 [if test "x$enableval"  = "xyes"; then
     62   ENABLE_DEBUG=yes
     63 fi], ENABLE_DEBUG=no)
     64
     65AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
     66
    6067
    6168# CFLAGS
Note: See TracChangeset for help on using the changeset viewer.