Removed dubious AC_CACHE_CHECK constructs
This commit was SVN r17800.
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user