From: Sandro Santilli Date: Mon, 4 Jan 2016 11:20:47 +0000 (+0000) Subject: Fix AC_LIBTOOL_LINKER_OPTION invocation. X-Git-Tag: 2.3.0beta1~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=589a3814a90478f084c7eae208dec53975c8d5f9;p=postgis Fix AC_LIBTOOL_LINKER_OPTION invocation. See #3415 git-svn-id: http://svn.osgeo.org/postgis/trunk@14539 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index f3d135fe3..370fd1ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ dnl Exporting used library symbols in the module is a source of issues, dnl see https://trac.osgeo.org/postgis/ticket/3281 dnl EXCLUDELIBS_LDFLAGS="" -AC_LIBTOOL_LINKER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"], []) +AC_LIBTOOL_LINKER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"]) AC_SUBST([EXCLUDELIBS_LDFLAGS]) dnl