]> andersk Git - moira.git/blobdiff - configure
use abstraction barriers (init script) for restarting named
[moira.git] / configure
index 46da8adea6e65312280224a597b8935fab74b4f1..39aac9247ab68fc61d4b325919ab1633908286f3 100755 (executable)
--- a/configure
+++ b/configure
@@ -3181,11 +3181,6 @@ else
 fi;
 echo "$as_me:$LINENO: result: $krb4" >&5
 echo "${ECHO_T}$krb4" >&6
-if test $krb4 = "no"; then
-    { { echo "$as_me:$LINENO: error: Kerberos is required for Moira" >&5
-echo "$as_me: error: Kerberos is required for Moira" >&2;}
-   { (exit 1); exit 1; }; }
-fi
 if test "$krb4" != yes; then
 
 
@@ -4124,8 +4119,8 @@ _ACEOF
 
 
 
-    WINAD_SUBDIRS="winad"
-    WINAD_OUTPUT_FILES="incremental/winad/Makefile"
+    WINAD_SUBDIRS="winad ldap"
+    WINAD_OUTPUT_FILES="incremental/winad/Makefile incremental/ldap/Makefile"
 fi
 
 
@@ -5879,7 +5874,15 @@ fi
 
 
 LDFLAGS="$LDFLAGS -L\$(BUILDTOP)/lib $LIBPATH"
-KLIBS="-lzephyr $KRB4_LIBS -lcom_err -lhesiod $LIBS"
+KLIBS="$KRB4_LIBS -lcom_err $LIBS"
+KLIBS="$LIBS"
+if test "$hesiod" != no; then
+  KLIBS="-lhesiod $KLIBS"
+fi
+KLIBS="$KRB4_LIBS -lcom_err $KLIBS"
+if test "$zephyr" != no; then
+  KLIBS="-lzephyr $KLIBS"
+fi
 LIBS="-lmoira $KLIBS"
 
 
This page took 0.033416 seconds and 4 git commands to generate.