[mathic] 10/13: 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 Sep 6 14:40:22 UTC 2015


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

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

commit e61efed71dedbdf1c78ca703a0be5b882e959dc0
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