public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Vladimir Mezentsev <vmezents@sourceware.org>
To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org
Subject: [binutils-gdb] gprofng: fix build with --disable-shared
Date: Fri, 27 May 2022 06:52:12 +0000 (GMT)	[thread overview]
Message-ID: <20220527065212.C4E7A38356A6@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aa9b5dbc0f30855aa23034cbd78a1f2025cb9fa9

commit aa9b5dbc0f30855aa23034cbd78a1f2025cb9fa9
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Thu May 26 18:38:33 2022 -0700

    gprofng: fix build with --disable-shared
    
    gprofng/ChangeLog
    2022-05-26  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
    
            * libcollector/configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR
            * libcollector/configure: Rebuild.

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

diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure
index 687a6eeda5d..52d9892fadd 100755
--- a/gprofng/libcollector/configure
+++ b/gprofng/libcollector/configure
@@ -15471,7 +15471,8 @@ fi
 
 
 if test "$enable_shared" != "yes"; then
-  as_fn_error $? "Cannot set --enable-shared for gprofng/libcollector." "$LINENO" 5
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot set --enable-shared for gprofng/libcollector. Profiling will be unavailable." >&5
+$as_echo "$as_me: WARNING: Cannot set --enable-shared for gprofng/libcollector. Profiling will be unavailable." >&2;}
 fi
 
 GPROFNG_VARIANT=unknown
diff --git a/gprofng/libcollector/configure.ac b/gprofng/libcollector/configure.ac
index 6b6c5c03e27..2e67e740c9e 100644
--- a/gprofng/libcollector/configure.ac
+++ b/gprofng/libcollector/configure.ac
@@ -38,7 +38,7 @@ AC_ENABLE_SHARED
 AC_DISABLE_STATIC
 
 if test "$enable_shared" != "yes"; then
-  AC_MSG_ERROR([Cannot set --enable-shared for gprofng/libcollector.])
+  AC_MSG_WARN([Cannot set --enable-shared for gprofng/libcollector. Profiling will be unavailable.])
 fi
 
 GPROFNG_VARIANT=unknown


                 reply	other threads:[~2022-05-27  6:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220527065212.C4E7A38356A6@sourceware.org \
    --to=vmezents@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).