diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-19 08:59:36 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-19 08:59:36 +0000 |
commit | 04a7b6d86840b888587d22d981bed5dded6865d6 (patch) | |
tree | 2f6bc610ec8ecbb53d8d0ed31a806bd37837756d /configure.in | |
parent | 1fd5383e61d82d3dbb5b9d3087290f0741b147e6 (diff) | |
download | strongswan-04a7b6d86840b888587d22d981bed5dded6865d6.tar.bz2 strongswan-04a7b6d86840b888587d22d981bed5dded6865d6.tar.xz |
added most problematic linux headers to distribution
other/real linux header may be selected using --with-linux-headers=dir
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c437fb349..3748756e5 100644 --- a/configure.in +++ b/configure.in @@ -86,6 +86,13 @@ AC_ARG_WITH( [AC_DEFINE_UNQUOTED(SIM_READER_LIB, "$withval")] ) +AC_ARG_WITH( + [linux-headers], + AS_HELP_STRING([--with-linux-headers=dir],[use the linux header files in dir instead of the supplied ones in "src/include"]), + [AC_SUBST(linuxdir, "$withval")], [AC_SUBST(linuxdir, "../include")] +) +AC_SUBST(LINUX_HEADERS) + AC_ARG_ENABLE( [http], AS_HELP_STRING([--enable-http],[enable OCSP and fetching of Certificates and CRLs over HTTP (default is NO). Requires libcurl.]), @@ -222,6 +229,7 @@ dnl ============================== AC_OUTPUT( Makefile src/Makefile + src/include/Makefile src/libstrongswan/Makefile src/libcrypto/Makefile src/libfreeswan/Makefile |