mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
moved AC_PROG_LIBTOOL above Fortran check; fixes an error that occurered when --disable-fortran was set that would inadvertently set 'build shared libraries' to no
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9053 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
90487d6329
commit
680b33c5ae
@ -22,6 +22,7 @@ AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_MAKE_SET
|
||||
AM_PROG_AR
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Check if the fortran interface should be included
|
||||
AC_MSG_CHECKING([if Fortran interface included])
|
||||
@ -44,7 +45,6 @@ else
|
||||
fi
|
||||
AM_CONDITIONAL([BUILD_FORTRAN], [test "X$IPQ_FORTRAN" = "Xyes"])
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user