Skip to content

Commit f5c8960

Browse files
Mei-Hui SuMei-Hui Su
authored andcommitted
fix a typo
1 parent ba14c6d commit f5c8960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ if test "x$enable_model_ivlsu" = xyes; then
828828
LDFLAGS="$IVLSU_LIB $LDFLAGS"
829829

830830
echo "Checking for SCEC IMPERIAL"
831-
AC_CHECK_LIB(albacore, ivlsu_init,[AM_CONDITIONAL(UCVM_AM_ENABLE_IVLSU, true)], [AC_MSG_ERROR(["SCEC IMPERIAL library not found; use --with-ivlsu-lib-path"])],[-lproj -letree -lm])
831+
AC_CHECK_LIB(ivlsu, ivlsu_init,[AM_CONDITIONAL(UCVM_AM_ENABLE_IVLSU, true)], [AC_MSG_ERROR(["SCEC IMPERIAL library not found; use --with-ivlsu-lib-path"])],[-lproj -letree -lm])
832832
AC_CHECK_HEADER(ivlsu.h,[],[AC_MSG_ERROR(["SCEC IMPERIAL header not found; use --with-ivlsu-include-path"])],[AC_INCLUDES_DEFAULT])
833833
else
834834
AM_CONDITIONAL(UCVM_AM_ENABLE_IVLSU, false)

0 commit comments

Comments
 (0)