]> git.sur5r.net Git - openldap/commitdiff
Fix typo "CC" -> "$CC" in AIX cc_r detection
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Jul 1999 03:19:55 +0000 (03:19 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Jul 1999 03:19:55 +0000 (03:19 +0000)
configure
configure.in

index 3b850be3c431af8545c75572c81ca08336de8fe8..63872260501a27b38568a56e5528bb1db81d2b03 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 9fc490fe79df789d79203178c6092d3ac24613c7..1fbf0b2edf4efeae8ceeb296e41736af415735d7 100644 (file)
@@ -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