Changeset cce4a76 in git for configure.ac


Ignore:
Timestamp:
Jun 17, 2019, 3:22:19 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
1eb3ab9ef678d9917e31daa6d4bdd56ae9000b82
Parents:
5ae4c186cbb8191b964e44d50af8c891ed54f9bb
Message:
add: --with-libparse: optional compile and install libparse
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5ae4c18 rcce4a76  
    159159
    160160AX_LIB_SOCKET_NSL
     161
     162AC_ARG_WITH([libparse],
     163            [AS_HELP_STRING([--with-libparse],
     164              [compile and install libparse])],
     165            [optional_Singular_programs=libparse],
     166            [optional_Singular_programs=])
     167
     168AC_SUBST(optional_Singular_programs)
    161169
    162170AC_DEFINE_UNQUOTED([CC],"$CC",[CC])
Note: See TracChangeset for help on using the changeset viewer.