diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-27 23:42:46 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-27 23:42:46 +0000 |
commit | e29f497cf007bae88b852fcc5e6c8ce2dbef66e5 (patch) | |
tree | cf5b21ff6455552d2eb3e76a624797c32079328f /configure.in | |
parent | cadd830e5aca1f208541ea6d38da5b4a863db5cc (diff) |
Make the MIB directory configurable.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 5f4f5bd..9c84543 100644 --- a/configure.in +++ b/configure.in @@ -37,13 +37,6 @@ AC_HEADER_STDC AC_CHECK_HEADERS([rrd.h], , [echo "ERROR: rrd headers not found"]) dnl TODO: AC_CHECK_HEADERS -# Have to resolve this for the path below -if test "${prefix}" = "NONE"; then - prefix=$ac_default_prefix -fi - -AC_DEFINE_UNQUOTED(CONF_PREFIX, "`eval echo ${sysconfdir}`", [Installation Prefix] ) - AC_MSG_RESULT() AC_CONFIG_FILES([Makefile |