From 38c20d93b123f9840b14d1ff9fd76ff481b657ef Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 9 Feb 2008 18:06:48 +0100 Subject: [PATCH] configure: Fix a syntax error. --- configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.in b/configure.in index 1dcae708..04ba0f86 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.11.0