Changeset 21982
- Timestamp:
- 08/21/17 15:23:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/analyses.m4
r21658 r21982 842 842 843 843 dnl }}} 844 dnl with-Love{{{ 845 846 AC_ARG_WITH([Love], 847 848 AS_HELP_STRING([--with-Love = YES], [compile with Love capabilities (default is yes)]), 849 850 [LOVE=$withval],[LOVE=yes]) 851 852 AC_MSG_CHECKING(for Love capability compilation) 853 854 855 HAVE_LOVE=no 856 857 if test "x$LOVE" = "xyes"; then 858 859 HAVE_LOVE=yes 860 861 AC_DEFINE([_HAVE_LOVE_],[1],[with Love capability]) 862 863 fi 864 865 AM_CONDITIONAL([LOVE], [test x$HAVE_LOVE = xyes]) 866 867 AC_MSG_RESULT($HAVE_LOVE) 868 869 dnl }}} 844 870 dnl with-Meshdeformation{{{ 845 871
Note:
See TracChangeset
for help on using the changeset viewer.