summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 0fba2d3..5e1debd 100644
--- a/configure.in
+++ b/configure.in
@@ -145,9 +145,6 @@ dnl Check for miscellaneous stuff
145dnl 145dnl
146 146
147case $host_vender-$host_os in 147case $host_vender-$host_os in
148sun*)
149 AC_DEFINE(__EXTENSIONS__,1,[Sun's netdb.h needs this for getaddrinfo])
150 ;;
151osf*) 148osf*)
152 AC_DEFINE(_OSF_SOURCE,1,[OSF needs this for getaddrinfo]) 149 AC_DEFINE(_OSF_SOURCE,1,[OSF needs this for getaddrinfo])
153 ;; 150 ;;
@@ -1662,7 +1659,7 @@ AC_SUBST(EXTRAS_ROOT)
1662AC_SUBST(EXTRA_NETOBJS) 1659AC_SUBST(EXTRA_NETOBJS)
1663AC_SUBST(DEPLIBS) 1660AC_SUBST(DEPLIBS)
1664 1661
1665AM_GNU_GETTEXT([no-libtool], [need-ngettext]) 1662AM_GNU_GETTEXT([external], [need-ngettext])
1666AM_GNU_GETTEXT_VERSION(0.11.5) 1663AM_GNU_GETTEXT_VERSION(0.11.5)
1667 1664
1668dnl Check for Redhat spopen problem 1665dnl Check for Redhat spopen problem
@@ -1710,7 +1707,6 @@ AC_OUTPUT(
1710 command.cfg 1707 command.cfg
1711 test.pl 1708 test.pl
1712 pkg/solaris/pkginfo 1709 pkg/solaris/pkginfo
1713 intl/Makefile
1714 po/Makefile.in 1710 po/Makefile.in
1715) 1711)
1716 1712