mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected a typo.
This commit is contained in:
parent
1e39435adb
commit
77b6fbd90b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user