Changeset e62a1d in git for gfanlib/configure.ac


Ignore:
Timestamp:
May 20, 2013, 4:27:50 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
Disable debug by default (separated into m4/options.m4)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure.ac

    r16f511 re62a1d  
    6666AC_C_INLINE
    6767
    68 AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [build the debugging version of the libraries]),
    69  [if test "x$enableval"  = "xyes"; then
    70    ENABLE_DEBUG=yes
    71  fi], ENABLE_DEBUG=no)
    72 
    73 AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes)
     68SING_CHECK_DEBUG
    7469
    7570#AC_MSG_RESULT($ac_cv_singuname)
Note: See TracChangeset for help on using the changeset viewer.