summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b898eac)
raw | patch | inline | side by side (parent: b898eac)
author | niki <niki> | |
Fri, 16 Dec 2005 17:05:57 +0000 (17:05 +0000) | ||
committer | niki <niki> | |
Fri, 16 Dec 2005 17:05:57 +0000 (17:05 +0000) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 0c867962f761c2d0c08c9c8c2b58d104d0d6b20d..de7cd895f8072343d93b9478d42cfec301eacc82 100644 (file)
--- a/configure.in
+++ b/configure.in
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"