build UML stuff only on --enable-uml
This commit is contained in:
@@ -219,6 +219,18 @@ AC_ARG_ENABLE(
|
|||||||
)
|
)
|
||||||
AM_CONDITIONAL(USE_VENDORID, test x$vendor_id = xtrue)
|
AM_CONDITIONAL(USE_VENDORID, test x$vendor_id = xtrue)
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(
|
||||||
|
[uml],
|
||||||
|
AS_HELP_STRING([--enable-uml],[build the UML test framework (default is NO).]),
|
||||||
|
[if test x$enableval = xyes; then
|
||||||
|
uml=true
|
||||||
|
else
|
||||||
|
uml=false
|
||||||
|
fi],
|
||||||
|
uml=true
|
||||||
|
)
|
||||||
|
AM_CONDITIONAL(USE_UML, test x$uml = xtrue)
|
||||||
|
|
||||||
dnl =========================
|
dnl =========================
|
||||||
dnl check required programs
|
dnl check required programs
|
||||||
dnl =========================
|
dnl =========================
|
||||||
|
|||||||
+6
-1
@@ -1 +1,6 @@
|
|||||||
SUBDIRS = include libfreeswan libcrypto libstrongswan pluto whack charon stroke starter openac scepclient ipsec _updown _updown_espmark _copyright
|
SUBDIRS = include libfreeswan libcrypto libstrongswan pluto whack charon stroke starter openac scepclient ipsec _updown _updown_espmark _copyright dumm
|
||||||
|
|
||||||
|
if USE_UML
|
||||||
|
SUBDIRS += dumm
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user