Skip to content
Snippets Groups Projects
Commit 98a00d9e authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Don't require AC_SET_PREFIX().

parent f44acf8e
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,8 @@ AC_HELP_STRING([--without-$1], [disable use of package $1
[m4_bpatsubst([$1],-,_)_DISABLE=no])
])
AC_DEFUN(ALBERT_CHECK_PACKAGE,
[AC_REQUIRE([AC_SET_PREFIX])
#
# foobar
#
[dnl AC_REQUIRE([AC_SET_PREFIX])
dnl
m4_if($7, optional,[ALBERT_CHECK_PKG_OPT([$1])])
dnl if test "$7" = "optional"; then
dnl ALBERT_CHECK_PKG_OPT([$1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment