mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
changed --enable-fortran to --enable-fortran-test
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9718 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
518a8d16f8
commit
6829b591fe
10
configure.ac
10
configure.ac
@ -28,11 +28,11 @@ AC_PROG_MAKE_SET
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Check if the fortran interface should be included
|
||||
AC_MSG_CHECKING([if Fortran interface included])
|
||||
AC_ARG_ENABLE([fortran],
|
||||
[AC_HELP_STRING([--enable-fortran],
|
||||
[include the Fortran interface @<:@default=yes@:>@])],
|
||||
# Check if the fortran test should be included
|
||||
AC_MSG_CHECKING([if test Fortran])
|
||||
AC_ARG_ENABLE([fortran-test],
|
||||
[AC_HELP_STRING([--enable-fortran-test],
|
||||
[test the Fortran interface @<:@default=yes@:>@])],
|
||||
[IPQ_FORTRAN=$enableval],
|
||||
[IPQ_FORTRAN=yes])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user