blob: 798a57b0dac511b48038adf99d51503935ba1c4c [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001From 8773f772d39f8eee6edc1fd2e5437c754ed41e1e Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Eivind=20N=C3=A6ss?= <eivnaes@yahoo.com>
3Date: Sat, 4 Mar 2023 21:29:54 +0000
4Subject: [PATCH] Fixing configure.ac from previous change
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Accepted
10Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
11---
12 configure.ac | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15diff --git a/configure.ac b/configure.ac
16index 877493e..a5b4abb 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -47,11 +47,7 @@ AC_CHECK_HEADERS(pppd/pppd.h,,
20
21 dnl
22 dnl Check the presense of other pppd/*.h files
23-AC_CHECK_HEADERS([
24- pppd/chap.h
25- pppd/chap-new.h
26- pppd/chap_ms.h
27- ])
28+AC_CHECK_HEADERS(pppd/chap.h pppd/chap-new.h pppd/chap_ms.h)
29
30 dnl
31 dnl Versions >= 2.5.0 will have pkg-config support
32--
33GitLab
34