X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.in;h=6cf97e470391aca891a603bc2a0168b038a1b488;hb=461fe0407a40dbf64960b4bf0fc48bbdf6c9a413;hp=d338aa6ebf8a0f7dd93e502ae8fe4e7c64b92a70;hpb=e285e2f4609e9298ee8b1d8fd96f80ac0a68fb52;p=freeradius.git diff --git a/configure.in b/configure.in index d338aa6..6cf97e4 100644 --- a/configure.in +++ b/configure.in @@ -72,8 +72,8 @@ if test -z "$makever"; then from ftp://prep.ai.mit.edu/pub/gnu/make/ before continuing.) fi -AC_ARG_WITH(system-libtldl, -[ --with-system-libtldl Use the libltdl installed in your system (default=use our own)], +AC_ARG_WITH(system-libltdl, +[ --with-system-libltdl Use the libltdl installed in your system (default=use our own)], [ LIBLTDL="-lltdl" INCLTDL= @@ -81,6 +81,8 @@ LTDL_SUBDIRS= enable_ltdl_install=no ], [ +dnl If libltdl isn't installable, set it to be installable. +[test x"$enable_ltdl_install" = x && enable_ltdl_install=yes] AC_LIBLTDL_INSTALLABLE dnl tell Makefile to build ltdl if needed