From 6829b591feb4acae3f4f96d46391a8281664171c Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Fri, 22 May 2015 06:59:29 +0000 Subject: [PATCH] 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 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 92b11d1d..6a4ad74c 100644 --- a/configure.ac +++ b/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])