[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-27-g56bedcf33
git at osgeo.org
git at osgeo.org
Tue Aug 16 05:22:22 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 56bedcf33012d0762eadefb22b21f1df4156627c (commit)
from 7a08839fcec57b4a9a600b4da7d950589c31b548 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 56bedcf33012d0762eadefb22b21f1df4156627c
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Aug 16 10:16:04 2022 +0200
Run autoupdate
Closes #5219
diff --git a/configure.ac b/configure.ac
index 695077429..98dcc3fd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1189,8 +1189,8 @@ else
CPPFLAGS="-DNDEBUG $CPPFLAGS"
if test $ENABLE_LTO -eq 1; then
- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -flto], [_cv_flto], [-flto], [], [CFLAGS="$CFLAGS -flto"], [])
- AC_LIBTOOL_LINKER_OPTION([if $compiler supports -flto], [_cv_flto], [[-flto]], [LDFLAGS="$LDFLAGS -flto"])
+ _LT_COMPILER_OPTION([if $compiler supports -flto],[_cv_flto],[-flto],[],[CFLAGS="$CFLAGS -flto"],[])
+ _LT_LINKER_OPTION([if $compiler supports -flto],[_cv_flto],[[-flto]],[LDFLAGS="$LDFLAGS -flto"])
fi
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list