Changeset f6f286 in git for m4


Ignore:
Timestamp:
Jun 9, 2015, 1:58:20 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
8fe1512a20298a7470ea0420e2d202969e2d40c3
Parents:
237216757140038ef41b344e53b79feabb7002c4
Message:
introduce MATHIiC_LIBS for libs of mathicgb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/mathic-check.m4

    r237216 rf6f286  
    1414 dnl Checking these pre-requisites and adding them to libs is necessary
    1515 dnl for some reason, at least on Cygwin.
     16 BACKUP_LIBS=${LIBS}
    1617 AS_IF( [test "x$with_mathicgb" = xyes],
    1718 [
     
    2526  AC_CHECK_HEADER([mathicgb.h])
    2627  AC_LANG_POP([C++])
     28  MATHIiC_LIBS=${LIBS}
     29  AC_SUBST(MATHIiC_LIBS)
    2730  AC_DEFINE(HAVE_MATHICGB,1,[Define if mathicgb is to be used])
    2831#  AC_SUBST(HAVE_MATHICGB_VALUE, 1)
     
    3033 #
    3134])
     35 LIBS=${BACKUP_LIBS}
Note: See TracChangeset for help on using the changeset viewer.