From 589a3814a90478f084c7eae208dec53975c8d5f9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 4 Jan 2016 11:20:47 +0000 Subject: [PATCH] Fix AC_LIBTOOL_LINKER_OPTION invocation. See #3415 git-svn-id: http://svn.osgeo.org/postgis/trunk@14539 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0