Changeset 4e63b4e in git for configure.ac


Ignore:
Timestamp:
Apr 6, 2021, 10:19:06 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e3247660b7c1ee7783ff58dac0f930ce08dd0978
Parents:
249b97d599a5ab430bb4204354359ac49ab3f7e8
git-author:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-04-06 13:19:06-07:00
git-committer:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-04-06 13:22:48-07:00
Message:
configure.ac: Have --enable-doc-build imply --with-libparse
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r249b97 r4e63b4e  
    334334AC_ARG_ENABLE([doc-build],
    335335              [AS_HELP_STRING([--enable-doc-build],
    336                               [Enable building the Singular documentation])])
     336                              [Enable building the Singular documentation])], [
     337  AS_IF([test "$enable_doc_build" = yes], [optional_Singular_programs=libparse])
     338])
    337339AM_CONDITIONAL([ENABLE_DOC_BUILD], [test "$enable_doc_build" = yes])
    338340
Note: See TracChangeset for help on using the changeset viewer.