]> git.sur5r.net Git - openldap/commitdiff
fix SLP detection
authorKurt Zeilenga <kurt@openldap.org>
Thu, 18 Jan 2001 22:18:09 +0000 (22:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 18 Jan 2001 22:18:09 +0000 (22:18 +0000)
configure
configure.in

index c61f905c084d45acf55d7a681e0bc5fc71b4021d..40051035f2a4e61d71a0ed0a2e8cb5b4abed759f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.347 2001/01/16 21:18:42 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.348 2001/01/18 17:40:26 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -14206,7 +14206,7 @@ fi
 done
 
 
-       if test ac_cv_header_slp_h = yes ; then
+       if test $ac_cv_header_slp_h = yes ; then
                echo $ac_n "checking for SLPOpen in -lslp""... $ac_c" 1>&6
 echo "configure:14212: checking for SLPOpen in -lslp" >&5
 ac_lib_var=`echo slp'_'SLPOpen | sed 'y%./+-:%__p__%'`
index 758a402b22abe89148cf6995ed2979c09c5f6933..152e9742fc85131d0944003c0ec67b5e8c2bf090 100644 (file)
@@ -2069,7 +2069,7 @@ dnl Check for SLPv2 Compliant API Library
 if test $ol_enable_slp != no ; then
        AC_CHECK_HEADERS( slp.h )
 
-       if test ac_cv_header_slp_h = yes ; then
+       if test $ac_cv_header_slp_h = yes ; then
                AC_CHECK_LIB(slp, SLPOpen, [have_slp=yes], [have_slp=no])
                if test $have_slp = yes ; then
                        AC_DEFINE(HAVE_SLP, 1, [define if you have -lslp])