From 77b6fbd90b812520b6b022a096ad491d1a881453 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 5 Dec 2016 13:07:09 -0700 Subject: [PATCH] Corrected a typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4bd25b517..c46ee3cff 100644 --- a/configure.ac +++ b/configure.ac @@ -911,7 +911,7 @@ if test "x$enable_netcdf_4" = xyes; then if test "x$nc_dlfcn_h_missing" = xyes; then AC_MSG_ERROR([Cannot find dlfcn.h, yet --enable-dynamic-loading was used.]) fi - AC_CHECK_LIB([dl],[dlopen], [], [AC_MSG_ERROR([Can't find or link against libdf. See config.log for errors.])]) + AC_CHECK_LIB([dl],[dlopen], [], [AC_MSG_ERROR([Can't find or link against libdl. See config.log for errors.])]) AC_DEFINE([USE_LIBDL],[1], [if true, enable dynamic loading support]) fi