summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:13 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:13 +0000
commit35c22def87d657492c0db70746391b000753c8ed (patch)
tree764730f032118789cb272aa9ee21db6463db998e /configure.in
parentd8ea5ec978b2fa1074d84abc4d4e5bab19f2a1ae (diff)
Fixes for mmap and yodl
Author: jgg Date: 1999-03-18 04:32:45 GMT Fixes for mmap and yodl
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.in b/configure.in
index eba1a15db..02bd7c084 100644
--- a/configure.in
+++ b/configure.in
@@ -106,20 +106,6 @@ AC_CHECK_PROG(DEBIANDOC_HTML,debiandoc2html,"yes","")
AC_CHECK_PROG(DEBIANDOC_TEXT,debiandoc2text,"yes","")
dnl Check for YODL
-AC_ARG_WITH(YODL,
- [ --with-YODL Use YODL macro processor],
- [private_YODL=yes],
- [private_YODL=no])
-if test $private_YODL = yes ;then
- if test $withval = yes;then
- AC_MSG_RESULT([checking for yodl2man.. (cmdline) yes])
- AC_DEFINE_UNQUOTED(YODL_MAN,"yes")
- else
- AC_MSG_RESULT([checking for yodl2man.. (cmdline) no])
-#[29~ AC_DEFINE_UNQUOTED(YODL_MAN,"")
- fi
-else
- AC_CHECK_PROG(YODL_MAN,yodl2man,"yes","")
-fi
+AC_CHECK_PROG(YODL_MAN,yodl2man,"yes","")
AC_OUTPUT(environment.mak:buildlib/environment.mak.in makefile:buildlib/makefile.in,make dirs)