Changeset 2b43ac in git for findexec/configure.ac
- Timestamp:
- Aug 21, 2012, 1:23:20 PM (11 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 05051f9850bc9dcf9b7747cbc3bf2bd96bf76d7f
- Parents:
- 4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
findexec/configure.ac
r4fb3a73 r2b43ac 58 58 SING_CHECK_PIPE 59 59 60 AC_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 65 AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) 66 60 67 61 68 # CFLAGS
Note: See TracChangeset
for help on using the changeset viewer.