comparison configure.in @ 1707:fca75a427ae3

[xemacs-hg @ 2003-09-22 03:22:14 by james] Second commit to get the toplevel stuff.
author james
date Mon, 22 Sep 2003 03:22:16 +0000
parents 7032283c28db
children cf42e3b47b41
comparison
equal deleted inserted replaced
1706:9fc738581a9d 1707:fca75a427ae3
3223 [dlopen ("", 0);], [ have_dl=yes ], 3223 [dlopen ("", 0);], [ have_dl=yes ],
3224 [LIBS="$ac_save_LIBS"]) 3224 [LIBS="$ac_save_LIBS"])
3225 ac_save_LIBS=])]) 3225 ac_save_LIBS=])])
3226 if test -n "$have_dl"; then 3226 if test -n "$have_dl"; then
3227 AC_DEFINE(HAVE_DLOPEN) 3227 AC_DEFINE(HAVE_DLOPEN)
3228 else
3229 AC_CHECK_LIB(dld, shl_load, [
3230 libdl=dld have_dl=yes;
3231 AC_DEFINE(HAVE_SHL_LOAD)], [
3232 AC_CHECK_LIB(dld, dld_init, [
3233 libdl=dld have_dl=yes;
3234 AC_DEFINE(HAVE_DLD_INIT)])])
3235 fi 3228 fi
3236 esac dnl end !darwin 3229 esac dnl end !darwin
3237 fi dnl end !MS-Windows 3230 fi dnl end !MS-Windows
3238 3231
3239 if test -n "$have_dl"; then 3232 if test -n "$have_dl"; then