public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Patch: configury tweak
@ 2003-05-06 17:31 Anthony Green
  0 siblings, 0 replies; only message in thread
From: Anthony Green @ 2003-05-06 17:31 UTC (permalink / raw)
  To: sid

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.

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

only message in thread, other threads:[~2003-05-06 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06 17:31 Patch: configury tweak Anthony Green

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