Remove extra semi

This commit is contained in:
Kurt Zeilenga 2009-01-17 01:05:33 +00:00
parent b94b5fa82e
commit f8fdd57276
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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"

View File

@ -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"
])