libgweather r334 - trunk
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: libgweather r334 - trunk
- Date: Tue, 19 Aug 2008 12:42:48 +0000 (UTC)
Author: vuntz
Date: Tue Aug 19 12:42:47 2008
New Revision: 334
URL: http://svn.gnome.org/viewvc/libgweather?rev=334&view=rev
Log:
2008-08-19 Vincent Untz <vuntz gnome org>
* configure.in: fix --with-zoneinfo-dir to actually work.
Patch by Matt Keenan <matt keenan sun com>.
Fix bug #548440
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Aug 19 12:42:47 2008
@@ -148,7 +148,7 @@
AC_ARG_WITH(zoneinfo-dir,
[ --with-zoneinfo-dir tzdata zoneinfo directory],
ZONEINFO_DIR="$withval")
-if test -z "$zoneinfo_dir"; then
+if test -z "$ZONEINFO_DIR"; then
if test -d /usr/share/zoneinfo; then
ZONEINFO_DIR="/usr/share/zoneinfo"
elif test -d /usr/share/lib/zoneinfo/tab; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]