]> git.tokkee.org Git - collectd.git/commitdiff

Code

configure: Fix a syntax error.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 17:06:48 +0000 (18:06 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 17:06:48 +0000 (18:06 +0100)
configure.in

index 1dcae708e9bdfa82c9573aecd19804c2b7b9a222..04ba0f8697313bcfc2888d60daa53e7b80b48862 100644 (file)
@@ -763,8 +763,6 @@ AC_ARG_WITH(libpthread, [AS_HELP_STRING([--with-libpthread=@<:@=PREFIX@:>@], [Pa
                then
                        with_libpthread="no (disabled)"
                fi
-       else
-               with_libpthread="$withval"
        fi
 ], [with_libpthread="yes"])
 if test "x$with_libpthread" = "xyes"