summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:38 +0000
commit620515ab4e66b45f9440cf04a1fa61869275170f (patch)
tree4acce4f19447ce789254e3ba213d894481a76adc /configure.in
parentcd08b15c28d27843722fc26cdf6f77f9082efe62 (diff)
downloadnasm-620515ab4e66b45f9440cf04a1fa61869275170f.tar.gz
nasm-620515ab4e66b45f9440cf04a1fa61869275170f.tar.bz2
nasm-620515ab4e66b45f9440cf04a1fa61869275170f.zip
NASM 0.98p6
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b5fb0e1..80e9b38 100644
--- a/configure.in
+++ b/configure.in
@@ -62,6 +62,10 @@ else
fi
AC_SUBST(GCCFLAGS)
+dnl Look for "nroff" or "groff"
+AC_CHECK_PROGS(NROFF, groff nroff, echo)
+AC_SUBST(NROFF)
+
dnl Checks for header files.
AC_HEADER_STDC
if test $ac_cv_header_stdc = no; then