diff options
-rw-r--r-- | configure.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 9afbf60..d56501a 100644 --- a/configure.in +++ b/configure.in | |||
@@ -74,13 +74,15 @@ AC_SUBST(with_nagios_group) | |||
74 | INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group" | 74 | INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group" |
75 | AC_SUBST(INSTALL_OPTS) | 75 | AC_SUBST(INSTALL_OPTS) |
76 | 76 | ||
77 | AC_ARG_WITH(libtap-object, | 77 | AC_ARG_WITH(libtap-srcdir, |
78 | ACX_HELP_STRING([--with-libtap-object=path], | 78 | ACX_HELP_STRING([--with-libtap-srcdir=path], |
79 | [full path to tap.o]), | 79 | [full path to a compiled libtap srcdir]), |
80 | EXTRA_TEST=test_utils | 80 | EXTRA_TEST=test_utils |
81 | EXTRA_TAPOBJ=$withval | 81 | EXTRA_TAPOBJ=$withval/tap.o |
82 | AC_SUBST(EXTRA_TEST) | 82 | AC_SUBST(EXTRA_TEST) |
83 | AC_SUBST(EXTRA_TAPOBJ) | 83 | AC_SUBST(EXTRA_TAPOBJ) |
84 | LDFLAGS="$LDFLAGS -L$withval" | ||
85 | CPPFLAGS="$CPPFLAGS -I$withval" | ||
84 | ) | 86 | ) |
85 | 87 | ||
86 | AC_ARG_WITH(trusted_path, | 88 | AC_ARG_WITH(trusted_path, |