mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
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:
parent
74c8dbd6e0
commit
6a67c071a6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user