From e29f497cf007bae88b852fcc5e6c8ce2dbef66e5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Jan 2006 23:42:46 +0000 Subject: Make the MIB directory configurable. --- configure.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3