summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b5ba71)
raw | patch | inline | side by side (parent: 4b5ba71)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 18:07:18 +0000 (20:07 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 18:07:18 +0000 (20:07 +0200) |
Ancient autoconf versions don't like empty
strings in m4 arguments.
strings in m4 arguments.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 56d22c266aff8c7209f2703e6e416aed7a5618f2..4aa3af7d5b7eac90318746c262faee717e5d9acd 100644 (file)
--- a/configure.ac
+++ b/configure.ac
])
CPPFLAGS="$SAVE_CPPFLAGS"
],
- []
+ [ : ]
)
LIBS="$SAVE_LIBS"
],