diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-07-14 11:50:24 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-07-14 12:09:22 +0200 |
commit | 0b5f2a81da79b4477dbb405bd8591235e7ee24b6 (patch) | |
tree | 477080cee86de14169c653c27e2891bd650b604a | |
parent | 75682462fc7de6c358a63c65d84da9df0080631f (diff) | |
download | strongswan-0b5f2a81da79b4477dbb405bd8591235e7ee24b6.tar.bz2 strongswan-0b5f2a81da79b4477dbb405bd8591235e7ee24b6.tar.xz |
Added --with-lib-prefix option to the configure script.
This option enables users to add additional search paths for include
files and libraries.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b5f71b02a..7233b4f2c 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ AC_INIT(strongSwan,4.3.3) AM_INIT_AUTOMAKE(tar-ustar) AC_SUBST(confdir, '${sysconfdir}') PKG_PROG_PKG_CONFIG +AC_LIB_PREFIX dnl ================================= dnl check --enable-xxx & --with-xxx |