]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't pass --enable-developer by default
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 2 Nov 2012 10:10:22 +0000 (10:10 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 2 Nov 2012 14:32:35 +0000 (14:32 +0000)
acinclude.m4
configure
debian/rules

index 82be348410147307c7ff89ba62935b18e06703cb..a962cec49c9e8c3e88a303c5d0c927c2c7cca4f6 100644 (file)
@@ -408,6 +408,7 @@ AC_DEFUN([VL_LIB_READLINE], [
         LIBS="$ORIG_LIBS $TRY_LIB"
         AC_TRY_LINK_FUNC(readline, vl_cv_lib_readline="$TRY_LIB")
         if test -n "$vl_cv_lib_readline"; then
+          LIBREADLINE="$TRY_LIB"
           break
         fi
       done
@@ -436,6 +437,7 @@ AC_DEFUN([VL_LIB_READLINE], [
       AC_CHECK_HEADERS(history.h readline/history.h)
     fi
   fi
+  AC_SUBST(LIBREADLINE)
 ])dnl
 
 AC_INCLUDE(aclocal.m4)
index a1368244d13e8219941e3d417c80b67a54322b3d..9cad2cd5f3953777eec63db22b8ee92b48c5264e 100755 (executable)
--- a/configure
+++ b/configure
@@ -658,6 +658,7 @@ OPENSSL_INCLUDE
 REGEX_EXTENDED
 REGEX_PCRE
 REGEX
+LIBREADLINE
 DIRNAME
 LOCATE
 AUTOHEADER
@@ -16482,6 +16483,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
         if test -n "$vl_cv_lib_readline"; then
+          LIBREADLINE="$TRY_LIB"
           break
         fi
       done
@@ -16571,6 +16573,7 @@ done
 
 
 
+
 case "$host" in
 *-interix*)
        CFLAGS="$CFLAGS -D_ALL_SOURCE"
index d6c74bf44582a2c9e99ff4447e22c8e8cfc76bb0..dab3bea2377d3c71036f72b12c852bfa63c4f8a7 100755 (executable)
@@ -80,7 +80,6 @@ endif
                --with-logdir=/var/log/$(package) \
                --enable-ltdl-install=no --enable-strict-dependencies \
                --with-large-files --with-udpfromto --with-edir \
-               --enable-developer \
                --config-cache \
                --without-rlm_eap_tnc \
                --with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \