You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
573 B
28 lines
573 B
From 12ab0b348c69b088fc6f939994fb6991a9b4bed4 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Fri, 27 Mar 2015 12:44:55 +0100
|
|
Subject: [PATCH] remove stray LT_END_DECLS
|
|
|
|
LT_BEGIN_DECLS / LT_END_DECLS is not needed, because lt-config.h only
|
|
defines macros.
|
|
---
|
|
configure.ac | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 4e44822..7eb8208 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -421,8 +421,6 @@ ____EOS
|
|
|
|
cat >> $outfile<<____EOS
|
|
|
|
-LT_END_DECLS
|
|
-
|
|
#endif /* __LT_CONFIG_H__ */
|
|
____EOS
|
|
|
|
--
|
|
2.3.4
|
|
|