Changeset 296a6b in git


Ignore:
Timestamp:
Apr 10, 2021, 9:41:40 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
886fb4ffeb8ce5b82f412e7b77c35c4ec0ecac72
Parents:
0ecd3767fdeeb33d50b693e62d17cb8d9d9c4a79
Message:
configure.ac: Use EXEEXT in optional_Singular_programs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r0ecd37 r296a6b  
    170170AX_LIB_SOCKET_NSL
    171171
     172dnl EXEEXT is needed for correct operation on Cygwin
     173dnl https://www.gnu.org/software/automake/manual/html_node/Conditional-Programs.html
    172174AC_ARG_WITH([libparse],
    173175            [AS_HELP_STRING([--with-libparse],
    174176              [compile and install libparse])],
    175             [optional_Singular_programs=libparse],
     177            [optional_Singular_programs='libparse${EXEEXT}'],
    176178            [optional_Singular_programs=])
    177179
Note: See TracChangeset for help on using the changeset viewer.