Skip to content
Snippets Groups Projects
Commit c011fe90 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

Fixed (module)_FOUND bug reported by brian. Hopefully nothing else broke

this time.


(Old svn revision: 11893)
parent 62fad38b
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ AC_HELP_STRING([--disable-$4], [Disable checking for $5]),
AC_MSG_RESULT([yes])
BM_DEPEND([$1], [$2], [$3])
AC_DEFINE([HAVE_$1], [1], [Define if you have $2 >= $3])
$1_FOUND="yes"
else
AC_MSG_RESULT([no])
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment