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

Require AC_SET_PREFIX() again (needed for -rpath).

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