diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index fc9e030d..0a70dca8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,11 +43,6 @@ CPPFLAGS += -I. -I- -I/usr/local/include endif endif -# Set flags for static. -if IS_STATIC -LDFLAGS += -static -endif - # Set flags for Solaris. if IS_SUNOS CPPFLAGS += -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS |