summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-10-03 01:41:24 +0000
committerangelos <angelos@openbsd.org>2000-10-03 01:41:24 +0000
commitd211ec50b41f3dbeb72c184c88d68a40de691fb0 (patch)
treef7eae18046135306edc71c68266afe245ead2ec5
parentSync. (diff)
downloadwireguard-openbsd-d211ec50b41f3dbeb72c184c88d68a40de691fb0.tar.xz
wireguard-openbsd-d211ec50b41f3dbeb72c184c88d68a40de691fb0.zip
Sync again.
-rw-r--r--lib/libkeynote/configure4
-rw-r--r--lib/libkeynote/configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libkeynote/configure b/lib/libkeynote/configure
index ad15b0aa0e4..d972573b33a 100644
--- a/lib/libkeynote/configure
+++ b/lib/libkeynote/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# $OpenBSD: configure,v 1.4 2000/10/03 01:33:55 angelos Exp $
+# $OpenBSD: configure,v 1.5 2000/10/03 01:41:24 angelos Exp $
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1463,7 +1463,7 @@ fi
CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/ssl/include\
-I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include\
- -I/usr/local/openssl/include -I/pkg/include"
+ -I/usr/local/openssl/include -I/pkg/include -I/usr/include/openssl"
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:1469: checking how to run the C preprocessor" >&5
diff --git a/lib/libkeynote/configure.in b/lib/libkeynote/configure.in
index d02804c8423..4c7e0f229bd 100644
--- a/lib/libkeynote/configure.in
+++ b/lib/libkeynote/configure.in
@@ -1,4 +1,4 @@
-dnl $OpenBSD: configure.in,v 1.4 2000/10/03 01:33:56 angelos Exp $
+dnl $OpenBSD: configure.in,v 1.5 2000/10/03 01:41:24 angelos Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(assertion.h)
@@ -35,7 +35,7 @@ AC_CHECK_LIB(pgp, pgpCipherByName, LIBS="$LIBS -lpgp")
dnl Checks for header files.
CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/ssl/include\
-I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include\
- -I/usr/local/openssl/include -I/pkg/include"
+ -I/usr/local/openssl/include -I/pkg/include -I/usr/include/openssl"
AC_HEADER_STDC
AC_HEADER_TIME