From 0b5f2a81da79b4477dbb405bd8591235e7ee24b6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 14 Jul 2009 11:50:24 +0200 Subject: [PATCH] Added --with-lib-prefix option to the configure script. This option enables users to add additional search paths for include files and libraries. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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