]> git.sur5r.net Git - openldap/blobdiff - configure.in
Don't use ntohl().
[openldap] / configure.in
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])