diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-10-03 01:41:25 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-10-03 01:41:25 +0000 |
commit | 81c593cc04e6d594cfc6f291ee9462df318a5e2d (patch) | |
tree | 49d055cd4209d6fa6c397c11a2818679f40801c8 /lib/libkeynote/configure.in | |
parent | 4c10950310e29648d54828ba2e42e9df6cd9fbe8 (diff) |
Sync again.
Diffstat (limited to 'lib/libkeynote/configure.in')
-rw-r--r-- | lib/libkeynote/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |