aboutsummaryrefslogtreecommitdiff
path: root/libcc1
diff options
context:
space:
mode:
Diffstat (limited to 'libcc1')
-rwxr-xr-xlibcc1/configure2
-rw-r--r--libcc1/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcc1/configure b/libcc1/configure
index d3eedfe..ac0f031 100755
--- a/libcc1/configure
+++ b/libcc1/configure
@@ -14976,7 +14976,7 @@ LIBS="$LIBS $libcc1_cv_lib_sockets"
case "$host" in
*-*-darwin*) darwin_dynamic_lookup=yes ;;
- *) darwin_dynamic_lookup= ;;
+ *) darwin_dynamic_lookup=no ;;
esac
if test $darwin_dynamic_lookup = yes; then
DARWIN_DYNAMIC_LOOKUP_TRUE=
diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index 262e0a6..648bcba 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -106,7 +106,7 @@ LIBS="$LIBS $libcc1_cv_lib_sockets"
case "$host" in
*-*-darwin*) darwin_dynamic_lookup=yes ;;
- *) darwin_dynamic_lookup= ;;
+ *) darwin_dynamic_lookup=no ;;
esac
AM_CONDITIONAL(DARWIN_DYNAMIC_LOOKUP, test $darwin_dynamic_lookup = yes)