aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-os-options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4
index 8080dcb..bd38938 100644
--- a/m4/check-os-options.m4
+++ b/m4/check-os-options.m4
@@ -123,7 +123,7 @@ char buf[1]; getentropy(buf, 1);
123 HOST_OS=solaris 123 HOST_OS=solaris
124 HOST_ABI=elf 124 HOST_ABI=elf
125 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP" 125 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -DBSD_COMP"
126 AC_SUBST([PLATFORM_LDADD], ['-ldl -lnsl -lsocket']) 126 AC_SUBST([PLATFORM_LDADD], ['-ldl -lmd -lnsl -lsocket'])
127 ;; 127 ;;
128 *) ;; 128 *) ;;
129esac 129esac