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:
Scott R Charlton 2014-11-07 06:17:53 +00:00
parent 90487d6329
commit 680b33c5ae

View File

@ -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.