Lines 38-43
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], [], [ |
42 |
AC_MSG_ERROR([unable to find the dlopen() function]) |
43 |
]) |
41 |
|
44 |
|
42 |
dnl ensure that when the Automake generated makefile calls aclocal, |
45 |
dnl ensure that when the Automake generated makefile calls aclocal, |
43 |
dnl it honours the $ACLOCAL_FLAGS environment variable |
46 |
dnl it honours the $ACLOCAL_FLAGS environment variable |