public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@redhat.com>
To: sid@sources.redhat.com
Subject: Patch: configury tweak
Date: Tue, 06 May 2003 17:31:00 -0000	[thread overview]
Message-ID: <1052242321.1473.9.camel@escape> (raw)

I just committed the following patch.  Approved by fche off list.

Thanks,

AG


2003-05-06  Anthony Green  <green@redhat.com>

	* configure.in: The "clog" symbol is found in both libm and old
	versions of libstdc++.  We want the one in libstdc++.  Reorder the
	library tests to place -lm after -lstdc++.
	* configure: Rebuilt.


Index: sid/component/configure.in
===================================================================
RCS file: /cvs/cvsfiles/devo/sid/component/configure.in,v
retrieving revision 1.43.2.2
diff -c -r1.43.2.2 configure.in
*** configure.in	2002/12/11 22:02:32	1.43.2.2
--- configure.in	2003/05/06 17:08:06
***************
*** 18,25 ****
  AC_HEADER_STDC
  AC_HEADER_TIME
  
- AC_CHECK_LIB(stdc++, main)
  AC_CHECK_LIB(m, main)
  
  dnl For lcd component only.
  dnl Check if we can link curses programs without libtermcap.
--- 18,25 ----
  AC_HEADER_STDC
  AC_HEADER_TIME
  
  AC_CHECK_LIB(m, main)
+ AC_CHECK_LIB(stdc++, main)
  
  dnl For lcd component only.
  dnl Check if we can link curses programs without libtermcap.

                 reply	other threads:[~2003-05-06 17:31 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=1052242321.1473.9.camel@escape \
    --to=green@redhat.com \
    --cc=sid@sources.redhat.com \
    /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).