From f3e0909e124674db029dbfbfb4ae80de94a5d89f Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 5 Nov 2008 12:19:44 +0000 Subject: Fixed libtap dependency issue. Warning: will install tap into lib directories if ./configure --enable-libtap is used, but as development tool, will be okay git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 17fd14c4..7687ae6e 100644 --- a/configure.in +++ b/configure.in @@ -166,6 +166,10 @@ AC_SUBST(TAP_DIR) if test "$enable_libtap" = yes; then dnl Have to have AC_CONFIG_SUBDIRS as a literal AC_CONFIG_SUBDIRS([external/tap-1.01]) + dnl This is required so that TAP stuff is compiled before the libs and tests + dnl A make install will also install the tap library, but as this is a development tool, this should be okay + INCLUDE_TAP_DIR=$TAP_DIR + AC_SUBST(INCLUDE_TAP_DIR) EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64" AC_SUBST(EXTRA_TEST) fi -- cgit v1.2.3-74-g34f1