public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gprofng: fix build with --disable-shared
@ 2022-05-27  1:40 vladimir.mezentsev
  0 siblings, 0 replies; only message in thread
From: vladimir.mezentsev @ 2022-05-27  1:40 UTC (permalink / raw)
  To: binutils

From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>

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.
---
 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
-- 
2.27.0


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

only message in thread, other threads:[~2022-05-27  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  1:40 [PATCH] gprofng: fix build with --disable-shared vladimir.mezentsev

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).