1
1

Removed dubious AC_CACHE_CHECK constructs

This commit was SVN r17800.
Этот коммит содержится в:
Matthias Jurenz 2008-03-10 14:08:31 +00:00
родитель 4133b46ec5
Коммит b9c8e46d8b

Просмотреть файл

@ -188,10 +188,6 @@ AC_DEFUN([WITH_DEBUG],
[debug=$withval],
[debug=""])
AC_CACHE_CHECK([debug],
[debug],
[debug=])
if test "$debug" = yes; then
AC_DEFINE(OTF_DEBUG)
fi
@ -207,10 +203,6 @@ AC_DEFUN([WITH_VERBOSE],
[verbose=$withval],
[verbose=""])
AC_CACHE_CHECK([verbose],
[verbose],
[verbose=])
if test "$verbose" = yes; then
AC_DEFINE(OTF_VERBOSE)
fi