summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-06-21 12:07:54 +0000
committerwlemb <wlemb>2001-06-21 12:07:54 +0000
commitf0f9285f883914efbd966a51115c404948ed8267 (patch)
tree5d6675e8ba933b295c33933ee9a1609ca3739afc /aclocal.m4
parentd707affcfd4bc04b3e991b4bd0ab1d1dd06b8cb4 (diff)
downloadgroff-f0f9285f883914efbd966a51115c404948ed8267.tar.gz
* aclocal.m4 (GROFF_NEED_DECLARATION): Fix inclusion of strings.h.groff-1_17_1
* configure: Updated.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a95758f4..48365194 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -462,11 +462,10 @@ AC_CACHE_VAL(groff_cv_decl_needed_$1,
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
-#else
+#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
-#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif