summaryrefslogtreecommitdiff
path: root/lib/libkeynote
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-10-03 01:41:25 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-10-03 01:41:25 +0000
commit81c593cc04e6d594cfc6f291ee9462df318a5e2d (patch)
tree49d055cd4209d6fa6c397c11a2818679f40801c8 /lib/libkeynote
parent4c10950310e29648d54828ba2e42e9df6cd9fbe8 (diff)
Sync again.
Diffstat (limited to 'lib/libkeynote')
-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