From: Kurt Zeilenga Date: Sat, 17 Jan 2009 01:05:33 +0000 (+0000) Subject: Remove extra semi X-Git-Tag: ACLCHECK_0~991 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8fdd57276db8b92fb3613ec954d2936eb4c551a;p=openldap Remove extra semi --- diff --git a/configure b/configure index 86d64d699e..8446aa0297 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.682 2009/01/16 23:49:38 kurt Exp . +# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.683 2009/01/16 23:51:06 kurt Exp . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -15397,7 +15397,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext - test $ol_cv_winsock != no && break; + test $ol_cv_winsock != no && break done LIBS="$save_LIBS" diff --git a/configure.in b/configure.in index fc5a2ed1c8..aca988451e 100644 --- a/configure.in +++ b/configure.in @@ -894,7 +894,7 @@ for curlib in none ws2_32 wsock32; do gethostname(NULL,0); ]])],[ol_cv_winsock=$curlib],[ol_cv_winsock=no]) - test $ol_cv_winsock != no && break; + test $ol_cv_winsock != no && break done LIBS="$save_LIBS" ])