gtranslator r3760 - trunk
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3760 - trunk
- Date: Mon, 22 Sep 2008 09:47:12 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:47:12 2008
New Revision: 3760
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3760&view=rev
Log:
2008-09-03 Ignacio Casal Quinteiro <nacho resa gmail com>
* configure.ac:
Fixed check of neon and improved the detection.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 22 09:47:12 2008
@@ -361,19 +361,32 @@
dnl ------------------------------------
dnl APR. Required by subversion (devel)
dnl ------------------------------------
+ have_atr=no
PKG_CHECK_MODULES(APR, \
- apr-1)
+ apr-1, have_atr=yes, have_atr=no)
+ if test x"have_atr" != "xno"; then
+ SVN_INCLUDE=""
+ fi
dnl -----------------------------------------
dnl APR util. Required by subversion (devel)
dnl------------------------------------------
+ have_atr_util=no
PKG_CHECK_MODULES(APR_UTILS, \
- apr-util-1)
+ apr-util-1, have_atr_util=yes, have_atr_util=no)
+ if test x"have_atr" != "xno"; then
+ SVN_INCLUDE=""
+ fi
dnl -----------------------------------------
dnl NEON. Required by subversion (devel)
dnl------------------------------------------
- NEON_LIBRARY
+ have_neon=no
+ PKG_CHECK_MODULES(NEON, \
+ neon, have_neon=yes, have_neon=no)
+ if test x"have_atr" != "xno"; then
+ SVN_INCLUDE=""
+ fi
fi
dnl ------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]