[postgis-tickets] r14539 - Fix AC_LIBTOOL_LINKER_OPTION invocation.

Sandro Santilli strk at keybit.net
Mon Jan 4 03:20:47 PST 2016


Author: strk
Date: 2016-01-04 03:20:47 -0800 (Mon, 04 Jan 2016)
New Revision: 14539

Modified:
   trunk/configure.ac
Log:
Fix AC_LIBTOOL_LINKER_OPTION invocation.

See #3415

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2016-01-03 06:07:12 UTC (rev 14538)
+++ trunk/configure.ac	2016-01-04 11:20:47 UTC (rev 14539)
@@ -71,7 +71,7 @@
 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



More information about the postgis-tickets mailing list