summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 17fd14c..7687ae6 100644
--- a/configure.in
+++ b/configure.in
@@ -166,6 +166,10 @@ AC_SUBST(TAP_DIR)
166if test "$enable_libtap" = yes; then 166if test "$enable_libtap" = yes; then
167 dnl Have to have AC_CONFIG_SUBDIRS as a literal 167 dnl Have to have AC_CONFIG_SUBDIRS as a literal
168 AC_CONFIG_SUBDIRS([external/tap-1.01]) 168 AC_CONFIG_SUBDIRS([external/tap-1.01])
169 dnl This is required so that TAP stuff is compiled before the libs and tests
170 dnl A make install will also install the tap library, but as this is a development tool, this should be okay
171 INCLUDE_TAP_DIR=$TAP_DIR
172 AC_SUBST(INCLUDE_TAP_DIR)
169 EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64" 173 EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64"
170 AC_SUBST(EXTRA_TEST) 174 AC_SUBST(EXTRA_TEST)
171fi 175fi