f123b3ee3b
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.9 https://github.com/libgeos/geos/blob/3.9/NEWS PR: 252569 Exp-run by: antoine
14 lines
419 B
Text
14 lines
419 B
Text
--- tests/geostest/Makefile.in.orig 2020-12-09 19:04:24 UTC
|
|
+++ tests/geostest/Makefile.in
|
|
@@ -319,9 +319,9 @@ EXTRA_DIST = \
|
|
testrunner.sh
|
|
|
|
|
|
-# The -lstdc++ is needed for --disable-shared to work
|
|
+# The is needed for --disable-shared to work
|
|
geostest_SOURCES = geostest.c
|
|
-geostest_LDADD = $(top_builddir)/capi/libgeos_c.la -lstdc++
|
|
+geostest_LDADD = $(top_builddir)/capi/libgeos_c.la
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|