public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6263] libcc1: Fix up libcc1 configure [PR98330]
@ 2020-12-18 19:26 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-12-18 19:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5dc998933e7aa737f4a45a8a2885d42d5288d51a

commit r11-6263-g5dc998933e7aa737f4a45a8a2885d42d5288d51a
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Dec 18 20:25:26 2020 +0100

    libcc1: Fix up libcc1 configure [PR98330]
    
    Either we should write test x$darwin_dynamic_lookup = xyes
    or we should make sure the variable is always defined to non-empty string.
    
    2020-12-18  Jakub Jelinek  <jakub@redhat.com>
    
            PR bootstrap/98380
            * configure.ac: Set darwin_dynamic_lookup=no instead to empty
            string.
            * configure: Regenerated.

Diff:
---
 libcc1/configure    | 2 +-
 libcc1/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcc1/configure b/libcc1/configure
index d3eedfec9b8..ac0f0312cc9 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 262e0a61e6f..648bcbae12a 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-18 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 19:26 [gcc r11-6263] libcc1: Fix up libcc1 configure [PR98330] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).