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:
Scott R Charlton 2015-05-22 06:59:29 +00:00
parent 518a8d16f8
commit 6829b591fe

View File

@ -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])