use AC_HELP_STRING

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10962 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-30 16:46:46 +00:00
parent 6e7f0415c2
commit 1d94449337
5 changed files with 10 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ dnl AC_ROKEN(version,directory-to-try,roken-dir,fallback-library,fallback-cppfla
AC_DEFUN(AC_ROKEN, [
AC_ARG_WITH(roken,
[ --with-roken=dir use the roken library in dir],
AC_HELP_STRING([--with-roken=dir],[use the roken library in dir]),
[if test "$withval" = "no"; then
AC_MSG_ERROR(roken is required)
fi])