summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-19 19:18:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-19 19:18:05 +0000
commit4203d648b7d8994fad611b4a5b5c4cc467203d34 (patch)
tree9d334b5a6a57fc5508402726d19f0277d22e7ffc /configure.in
parente69723996fd35db718027a407a1523c7b2caac7a (diff)
Fix compilation problems with SunOS 4. From Lars Hecking.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index d2368303..93fcde36 100644
--- a/configure.in
+++ b/configure.in
@@ -225,18 +225,6 @@ AC_REPLACE_FUNCS(strcasecmp)
AC_CHECK_FUNC(getopt)
if test $ac_cv_func_getopt = yes; then
AC_CHECK_HEADERS(getopt.h)
- if test $ac_cv_header_getopt_h = no; then
- AC_MSG_CHECKING(for getopt declaration in stdio.h)
- AC_EGREP_HEADER(getopt,stdio.h,dnl
- [ AC_DEFINE(HAVE_GETOPT_DECL)
- AC_MSG_RESULT(yes) ],dnl
- AC_MSG_RESULT(no)
- AC_MSG_CHECKING(for getopt declaration in stdlib.h)
- AC_EGREP_HEADER(getopt,stdlib.h,dnl
- [ AC_DEFINE(HAVE_GETOPT_DECL)
- AC_MSG_RESULT(yes) ],dnl
- AC_MSG_RESULT(no)))
- fi
fi
mutt_cv_snprintf=no