summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index ae6414217..f00776958 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -3,9 +3,6 @@ AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
AM_CFLAGS = -fsigned-char
AM_LDFLAGS =
-# generic libtool options for static programs
-LT_STATIC_LDFLAGS = -all-static
-
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
# Unlike with other dist primaries, the files are not distributed if the
# conditional is false.