1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00

(test_cflags): Change from := to plain =, as

the former is not portable (according to automake).
This commit is contained in:
Kevin Ryde 2006-12-02 23:09:03 +00:00
parent 2c70341b70
commit 17e01ff257

View file

@ -29,7 +29,7 @@ BUILT_SOURCES =
TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
test_cflags := \
test_cflags = \
-I$(top_srcdir)/test-suite/standalone \
-I$(top_srcdir) \
-I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS)