gtranslator r3761 - trunk
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3761 - trunk
- Date: Mon, 22 Sep 2008 09:47:14 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:47:14 2008
New Revision: 3761
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3761&view=rev
Log:
2008-09-03 Ignacio Casal Quinteiro <nacho resa gmail com>
* configure.ac:
Damn autotools, fixed a check in neon.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 22 09:47:14 2008
@@ -364,7 +364,7 @@
have_atr=no
PKG_CHECK_MODULES(APR, \
apr-1, have_atr=yes, have_atr=no)
- if test x"have_atr" != "xno"; then
+ if test x"have_atr" = "xno"; then
SVN_INCLUDE=""
fi
@@ -374,7 +374,7 @@
have_atr_util=no
PKG_CHECK_MODULES(APR_UTILS, \
apr-util-1, have_atr_util=yes, have_atr_util=no)
- if test x"have_atr" != "xno"; then
+ if test x"have_atr_util" = "xno"; then
SVN_INCLUDE=""
fi
@@ -384,7 +384,7 @@
have_neon=no
PKG_CHECK_MODULES(NEON, \
neon, have_neon=yes, have_neon=no)
- if test x"have_atr" != "xno"; then
+ if test x"have_neon" = "xno"; then
SVN_INCLUDE=""
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]