X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e2f0c4611f1c0c6ff7036184b569510993130539..768d7355deef8b14f6d2d5bdc9bc8d5f01d2d0aa:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index bf0a7b7..a68598a 100644 --- a/configure.ac +++ b/configure.ac @@ -67,8 +67,6 @@ case "$host" in # work around broken toolchain AC_CHECK_LIB([gpg-error], [gpg_strerror]) AC_CHECK_LIB([pthread], [pthread_create]) - # lib/queue.c really wants to be split into server and non-server bits - AC_CHECK_LIB([dl], [dlopen]) want_server=no ;; *linux* | *Linux* ) @@ -138,6 +136,7 @@ if test "x$FINK" != xnone; then AC_CACHE_CHECK([fink install directory],[rjk_cv_finkprefix],[ rjk_cv_finkprefix="`echo "$FINK" | sed 's,/bin/fink$,,'`" ]) + finkdir="${rjk_cv_finkprefix}" finkbindir="${rjk_cv_finkprefix}/bin" CPPFLAGS="${CPPFLAGS} -I${rjk_cv_finkprefix}/include/gc -I${rjk_cv_finkprefix}/include" if test $want_server = yes; then @@ -147,6 +146,7 @@ if test "x$FINK" != xnone; then else finkbindir="" fi +AC_SUBST([finkdir]) AC_SUBST([finkbindir]) # Checks for libraries.