Skip to content
Snippets Groups Projects
Commit 6bc4714f authored by Christian Engwer's avatar Christian Engwer
Browse files

preinit AM_CONDITIONAL for suggestions

[[Imported from SVN: r5237]]
parent 1133a58f
No related branches found
No related tags found
No related merge requests found
......@@ -620,6 +620,8 @@ EOF
MOD=`echo $mod | tr [:lower:] [:upper:]`
cat >> $fname <<EOF
### check suggestion $name
# add a conditional check, just in case the module is not available
AM_CONDITIONAL([HAVE_${MOD}])
# invoke checks required by this module
AC_REQUIRE([${MOD}_CHECKS])
# invoke check for this module
......
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