Lines 38-46
dnl
Link Here
|
38 |
AC_PROG_GCC_TRADITIONAL |
38 |
AC_PROG_GCC_TRADITIONAL |
39 |
AC_FUNC_MEMCMP |
39 |
AC_FUNC_MEMCMP |
40 |
AC_CHECK_FUNCS(select socket uname) |
40 |
AC_CHECK_FUNCS(select socket uname) |
41 |
AC_SEARCH_LIBS([dlopen], [dl dld], [], [ |
41 |
|
42 |
AC_MSG_ERROR([unable to find the dlopen() function]) |
42 |
AC_SEARCH_LIBS([dlopen], [dl dld], [], [ac_cv_search_dlopen=]) |
43 |
]) |
43 |
AC_SUBST([DL_LIBS], "$ac_cv_search_dlopen") |
44 |
|
44 |
|
45 |
dnl ensure that when the Automake generated makefile calls aclocal, |
45 |
dnl ensure that when the Automake generated makefile calls aclocal, |
46 |
dnl it honours the $ACLOCAL_FLAGS environment variable |
46 |
dnl it honours the $ACLOCAL_FLAGS environment variable |