Changeset e62a1d in git for factory/configure.ac
- Timestamp:
- May 20, 2013, 4:27:50 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 35564a593038fa54330b221ac4ac3342667c31ea
- Parents:
- 16f511afd4aa6b9ce29c1da0d049c151df5bc2b5
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-20 16:27:50+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:52:29+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.ac
r16f511 re62a1d 94 94 enable_debugoutput=no) 95 95 96 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]), 97 [if test "x$enableval" = "xyes"; then 98 ENABLE_DEBUG=yes 99 fi], ENABLE_DEBUG=no) 100 101 AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) 96 SING_CHECK_DEBUG 102 97 103 98 #
Note: See TracChangeset
for help on using the changeset viewer.