tasque r56 - trunk
- From: sdroege svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r56 - trunk
- Date: Wed, 9 Apr 2008 08:54:41 +0100 (BST)
Author: sdroege
Date: Wed Apr 9 08:54:41 2008
New Revision: 56
URL: http://svn.gnome.org/viewvc/tasque?rev=56&view=rev
Log:
* configure.ac: Fix typo in configure.ac. Fixes bug #525272.
Also use PKG_PROG_PKG_CONFIG instead of AC_PATH_PROG for checking
for pkg-config.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 9 08:54:41 2008
@@ -12,10 +12,7 @@
AC_PROG_LIBTOOL
dnl pkg-config
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
-if test "x$PKG_CONFIG" = "xno"; then
- AC_MSG_ERROR([You need to install pkg-config])
-fi
+PKG_PROG_PKG_CONFIG
AC_PROG_INSTALL
@@ -147,8 +144,8 @@
AC_ARG_ENABLE(backend_eds,
AC_HELP_STRING([--enable-backend-eds],
- [Enable the EDS Backend [default=no]]) ,
- enable_backend_eds=yes, enable_backend_eds=no)]
+ [Enable the EDS Backend [default=no]]),
+ enable_backend_eds=yes, enable_backend_eds=no)
AM_CONDITIONAL(ENABLE_BACKEND_EDS, test "x$enable_backend_eds" = "xyes")
if test "x$enable_backend_eds" = "xyes" ; then
# FIXME : Is this the right way to do this ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]