]> granicus.if.org Git - postgis/commitdiff
Fix AC_LIBTOOL_LINKER_OPTION invocation.
authorSandro Santilli <strk@keybit.net>
Mon, 4 Jan 2016 11:20:47 +0000 (11:20 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 4 Jan 2016 11:20:47 +0000 (11:20 +0000)
See #3415

git-svn-id: http://svn.osgeo.org/postgis/trunk@14539 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index f3d135fe37434574339cfb7a04015186874a82de..370fd1ea056d92230acae4385a902d204636ed47 100644 (file)
@@ -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