]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 25 Sep 2000 01:13:26 +0000 (01:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 25 Sep 2000 01:13:26 +0000 (01:13 +0000)
configure
configure.in

index 832ce157c2d97fc5fb78c0acdf70be82c524f274..d85b11427b881f6ea345ed8553d0ea22926a950f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.333 2000/09/19 19:11:09 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.334 2000/09/24 23:11:48 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -5798,7 +5798,7 @@ echo "$ac_t""$ol_cv_inet6_addrslen" 1>&6
 
        if test $ol_cv_inet6_addrslen = yes ; then
                ol_link_ipv6=yes
-       else if $ol_enable_ipv6 = yes ; then
+       elif $ol_enable_ipv6 = yes ; then
                { echo "configure: error: IPv6 support requires INET6_ADDRSTRLEN" 1>&2; exit 1; }
        fi
 fi
index 886549761efe1b34892037447ddd2316a0703bc3..57fb2c47df4bf6caa60492f7e012903a28e34a69 100644 (file)
@@ -829,7 +829,7 @@ else
 
        if test $ol_cv_inet6_addrslen = yes ; then
                ol_link_ipv6=yes
-       else if $ol_enable_ipv6 = yes ; then
+       elif $ol_enable_ipv6 = yes ; then
                AC_MSG_ERROR([IPv6 support requires INET6_ADDRSTRLEN])
        fi
 fi