[mathic] 10/30: disable the use of pkg-config so we can use memtailor even if it was not installed

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Mar 20 20:58:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 5f83be51a6af3e3da565a8df041cd9ef22e18e77
Author: Daniel R. Grayson <dan at math.uiuc.edu>
Date:   Wed Nov 19 18:56:06 2014 -0500

    disable the use of pkg-config so we can use memtailor even if it was not installed
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fd835b4..063b4fc 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT sets up autoconf and must be first macro.
 AC_INIT([mathic], [1.0]) # package, version, bug-report-email
 
 # Check that memtailor is installed and locate it
-PKG_CHECK_MODULES([MEMTAILOR], [memtailor])
+# PKG_CHECK_MODULES([MEMTAILOR], [memtailor])
 
 AM_PROG_AR
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git



More information about the debian-science-commits mailing list