mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
Fix typo "CC" -> "$CC" in AIX cc_r detection
This commit is contained in:
parent
5e14b911e6
commit
79872b45b0
2
configure
vendored
2
configure
vendored
@ -2086,7 +2086,7 @@ TLS_LIBS=
|
||||
|
||||
ol_aix_threads=no
|
||||
case "$target" in
|
||||
*-*-aix*) if test -z "CC" ; then
|
||||
*-*-aix*) if test -z "$CC" ; then
|
||||
case "$ol_with_threads" in
|
||||
auto | yes | posix) ol_aix_threads=yes ;;
|
||||
esac
|
||||
|
@ -377,7 +377,7 @@ dnl If we do not find cc_r|xlc_r, disable threads
|
||||
ol_aix_threads=no
|
||||
case "$target" in
|
||||
*-*-aix*) dnl all AIX is not a good idea.
|
||||
if test -z "CC" ; then
|
||||
if test -z "$CC" ; then
|
||||
case "$ol_with_threads" in
|
||||
auto | yes | posix) ol_aix_threads=yes ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user