diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-28 15:52:31 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-28 15:52:31 +0000 |
commit | 3b91dfbcb05dbfa9a1a20c6ba233c5d163e06821 (patch) | |
tree | 8e2c474a59b0560e69416378843980bd0e1c600d /configure.in | |
parent | e4c86b373db06ce6603fe39d1f2442e6e4b908b6 (diff) | |
download | monitoring-plugins-3b91dfbcb05dbfa9a1a20c6ba233c5d163e06821.tar.gz |
Remove stupid error where pst3 was always compiled
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1385 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d0a2a528..c143905b 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ AC_ARG_WITH(trusted_path, AC_SUBST(with_trusted_path) EXTRAS= -EXTRAS_ROOT=pst3 +EXTRAS_ROOT= dnl PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/local/sbin:$PATH LDFLAGS="$LDFLAGS -L." |