From: Daniel Stenberg Date: Mon, 14 May 2012 20:23:53 +0000 (+0200) Subject: disable-versioned-symbols: removed superfluous 'fi' X-Git-Tag: curl-7_26_0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=499ffe2f8c9e825d653b0386c7a1ba8b21824d81;p=thirdparty%2Fcurl.git disable-versioned-symbols: removed superfluous 'fi' The commit e315927a1a left this in --- diff --git a/configure.ac b/configure.ac index 966273d19a..2300c8c8f1 100644 --- a/configure.ac +++ b/configure.ac @@ -2427,7 +2427,6 @@ AC_HELP_STRING([--disable-versioned-symbols], [Disable versioned symbols in shar AC_MSG_RESULT(no) ] ) -fi AC_SUBST(VERSIONED_FLAVOUR, ["$versioned_symbols_flavour"]) AM_CONDITIONAL(VERSIONED_SYMBOLS, test "x$versioned_symbols" = "xyes")