X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.in;h=429b38bde325870df71f0c2913d8bb9cca6e69c1;hb=63498d1a2199eeca1db4ca7d27e665cbd73cb095;hp=5f24eff9a2f9a6df08290960a19891402edfd63d;hpb=9e11b935b8e5f34c244a6a5875cc370c548d6a74;p=openldap diff --git a/configure.in b/configure.in index 5f24eff9a2..429b38bde3 100644 --- a/configure.in +++ b/configure.in @@ -320,19 +320,19 @@ dnl The default CFLAGS is empty NOT whatever AC_PROG_CC sets. dnl CFLAGS=${CFLAGS-""} dnl -dnl AIX Thread requires we use cc_r or x1c_r. +dnl AIX Thread requires we use cc_r or xlc_r. dnl But only do this IF AIX and CC is zero (initially), dnl and cc exists and threads are auto|yes|posix. dnl -dnl If we find cc_r|x1c_r, force pthreads and assume +dnl If we find cc_r|xlc_r, force pthreads and assume dnl pthread_create is in $LIBS (ie: don't bring in dnl any additional thread libraries) -dnl If we do not find cc_r|x1c_r, disable threads +dnl If we do not find cc_r|xlc_r, disable threads dnl AC_CANONICAL_HOST case "$host" in - *-*-aix*) $ol_host_os=aix ;; + *-*-aix*) ol_host_os=aix ;; esac ol_aix_threads=no @@ -343,7 +343,8 @@ if test -z "$save_CC" -a "$CC" = cc -a "$ol_host_os" = aix ; then fi if test ol_aix_threads = yes ; then - AC_CHECK_PROGS(CC,cc_r x1c_r) + CC= + AC_CHECK_PROGS(CC,cc_r xlc_r) if test "$CC" ; then if test $ol_with_threads != auto ; then @@ -1635,6 +1636,7 @@ fi AC_CHECK_FUNCS( \ bcopy \ + closesocket \ endgrent \ endpwent \ flock \