mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Changed configure option to --with-libtap-srcdir because requires
tap.h as well as tap.o git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1305 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
e0688a6911
commit
28bd24d61d
1 changed files with 6 additions and 4 deletions
10
configure.in
10
configure.in
|
|
@ -74,13 +74,15 @@ AC_SUBST(with_nagios_group)
|
|||
INSTALL_OPTS="-o $with_nagios_user -g $with_nagios_group"
|
||||
AC_SUBST(INSTALL_OPTS)
|
||||
|
||||
AC_ARG_WITH(libtap-object,
|
||||
ACX_HELP_STRING([--with-libtap-object=path],
|
||||
[full path to tap.o]),
|
||||
AC_ARG_WITH(libtap-srcdir,
|
||||
ACX_HELP_STRING([--with-libtap-srcdir=path],
|
||||
[full path to a compiled libtap srcdir]),
|
||||
EXTRA_TEST=test_utils
|
||||
EXTRA_TAPOBJ=$withval
|
||||
EXTRA_TAPOBJ=$withval/tap.o
|
||||
AC_SUBST(EXTRA_TEST)
|
||||
AC_SUBST(EXTRA_TAPOBJ)
|
||||
LDFLAGS="$LDFLAGS -L$withval"
|
||||
CPPFLAGS="$CPPFLAGS -I$withval"
|
||||
)
|
||||
|
||||
AC_ARG_WITH(trusted_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue