From: niki Date: Fri, 16 Dec 2005 17:05:57 +0000 (+0000) Subject: cleanup on libstatgrab X-Git-Tag: collectd-3.6.0~53 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f830bd02fb6abeb1b0d8963ca5e775b468f35463;p=collectd.git cleanup on libstatgrab --- diff --git a/configure.in b/configure.in index 0c867962..de7cd895 100644 --- a/configure.in +++ b/configure.in @@ -262,7 +262,6 @@ AM_CONDITIONAL(BUILD_WITH_KSTAT, test "x$with_kstat" = "xyes") AC_ARG_WITH(libstatgrab, AC_HELP_STRING([--with-libstatgrab@<:@=PFX@:>@], [Path to libstatgrab.]), [ - # given.. if test "x$withval" != "xno" && test "x$withval" != "xyes" then LDFLAGS="$LDFLAGS -L$withval/lib" @@ -271,12 +270,11 @@ AC_ARG_WITH(libstatgrab, AC_HELP_STRING([--with-libstatgrab@<:@=PFX@:>@], [Path fi ], [ - # not given.. - if test "x$ac_system" != "xunknown" + if test "x$ac_system" == "xunknown" then - with_libstatgrab="no" - else with_libstatgrab="yes" + else + with_libstatgrab="no" fi ]) if test "x$with_libstatgrab" = "xyes"