diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-28 15:52:31 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-04-28 15:52:31 (GMT) |
commit | 3b91dfbcb05dbfa9a1a20c6ba233c5d163e06821 (patch) | |
tree | 8e2c474a59b0560e69416378843980bd0e1c600d | |
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
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d0a2a52..c143905 100644 --- a/configure.in +++ b/configure.in | |||
@@ -84,7 +84,7 @@ AC_ARG_WITH(trusted_path, | |||
84 | AC_SUBST(with_trusted_path) | 84 | AC_SUBST(with_trusted_path) |
85 | 85 | ||
86 | EXTRAS= | 86 | EXTRAS= |
87 | EXTRAS_ROOT=pst3 | 87 | EXTRAS_ROOT= |
88 | dnl PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/local/sbin:$PATH | 88 | dnl PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/local/sbin:$PATH |
89 | 89 | ||
90 | LDFLAGS="$LDFLAGS -L." | 90 | LDFLAGS="$LDFLAGS -L." |