logic for fortran check was wrong

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9765 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-06-02 22:31:03 +00:00
parent 74c8dbd6e0
commit 6a67c071a6

View File

@ -68,7 +68,7 @@ AC_ARG_ENABLE([fortran-test],
if test "X$IPQ_FORTRAN" = "Xyes"; then
AC_MSG_RESULT(yes)
if test "X$IPQ_FORTRAN_MODULE" != "Xyes"; then
if test "X$IPQ_FORTRAN_MODULE" = "Xyes"; then
AC_PROG_FC
AC_FC_LIBRARY_LDFLAGS
AC_FC_WRAPPERS