aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-os-options.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4
index 4f56a8d..761a51d 100644
--- a/m4/check-os-options.m4
+++ b/m4/check-os-options.m4
@@ -112,7 +112,6 @@ char buf[1]; getentropy(buf, 1);
112 *solaris*) 112 *solaris*)
113 HOST_OS=solaris 113 HOST_OS=solaris
114 HOST_ABI=elf 114 HOST_ABI=elf
115 CFLAGS="$CFLAGS -m64"
116 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP" 115 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP"
117 AC_SUBST([PLATFORM_LDADD], ['-lnsl -lsocket']) 116 AC_SUBST([PLATFORM_LDADD], ['-lnsl -lsocket'])
118 ;; 117 ;;