[Reproducible-commits] [dpkg] 30/105: build: Set have_libfoo for required libraries detected

Niko Tyni ntyni at moszumanska.debian.org
Mon May 2 13:49:49 UTC 2016


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

ntyni pushed a commit to branch ntyni/reproducible_builds
in repository dpkg.

commit a7f0f2c6e0551f16142b249ccd6f6f1485256dd9
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Mar 5 02:33:59 2016 +0100

    build: Set have_libfoo for required libraries detected
---
 m4/dpkg-libs.m4 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4
index 95f3652..9fc3720 100644
--- a/m4/dpkg-libs.m4
+++ b/m4/dpkg-libs.m4
@@ -163,6 +163,7 @@ fi
 if test "x$have_curses_header" != "xyes"; then
   AC_MSG_FAILURE([curses header not found])
 fi
+have_libcurses=yes
 ])# DPKG_LIB_CURSES
 
 # DPKG_LIB_PS
@@ -172,6 +173,7 @@ AC_DEFUN([DPKG_LIB_PS], [
   AC_ARG_VAR([PS_LIBS], [linker flags for ps library])dnl
   AC_CHECK_LIB([ps], [proc_stat_list_create], [
     PS_LIBS="-lps"
+    have_libps=yes
   ])
 ])# DPKG_LIB_PS
 
@@ -182,5 +184,6 @@ AC_DEFUN([DPKG_LIB_KVM], [
   AC_ARG_VAR([KVM_LIBS], [linker flags for kvm library])dnl
   AC_CHECK_LIB([kvm], [kvm_openfiles], [
     KVM_LIBS="-lkvm"
+    have_libkvm=yes
   ])
 ])# DPKG_LIB_KVM

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list