Removed bashism in test for the pkg-config version.

2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Removed bashism in test for the pkg-config
	version.

	* configure.in: Rewrote test for multithread flag. Now uses
	localtime_r, which hopefully has a consistent prototype across
	different platforms. Also it uses a clever double EGREP trick
	instead of compiling, which could give false positives. Thanks to
	Dan Winship <danw@ximian.com> for the hint.
This commit is contained in:
Sebastian Wilhelmi
2001-04-19 08:26:21 +00:00
committed by Sebastian Wilhelmi
parent c8c685d305
commit 4f5ea7fce3
9 changed files with 102 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
2001-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Removed bashism in test for the pkg-config
version.
* configure.in: Rewrote test for multithread flag. Now uses
localtime_r, which hopefully has a consistent prototype across
different platforms. Also it uses a clever double EGREP trick
instead of compiling, which could give false positives. Thanks to
Dan Winship <danw@ximian.com> for the hint.
Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com>
* gutils.c (_glib_gettext): Add missing static pointed