From f830bd02fb6abeb1b0d8963ca5e775b468f35463 Mon Sep 17 00:00:00 2001 From: niki Date: Fri, 16 Dec 2005 17:05:57 +0000 Subject: [PATCH] cleanup on libstatgrab --- configure.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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" -- 2.11.0