fence-agents/0001-build-Remove-nss-nspr-checks-from-autoconf.patch
2014-02-17 16:51:07 +01:00

28 lines
720 B
Diff

From ff12e705744a4f5a525c7a64cd22ca358a43daaa Mon Sep 17 00:00:00 2001
From: Marek 'marx' Grac <mgrac@redhat.com>
Date: Mon, 17 Feb 2014 16:49:18 +0100
Subject: [PATCH] [build] Remove nss/nspr checks from autoconf
---
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 510347e..eaef1d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,10 +83,6 @@ check_lib_no_libs() {
LIBS=$ac_check_lib_save_LIBS
}
-# external libs
-PKG_CHECK_MODULES([nss],[nss])
-PKG_CHECK_MODULES([nspr],[nspr])
-
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h netdb.h stddef.h sys/socket.h sys/time.h syslog.h])
--
1.7.7.6