Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
18385a5a
Commit
18385a5a
authored
Jul 2, 2007
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Really bail out if a check for a required package fails.
parent
a968c15d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
m4/check-package.m4
+3
-1
3 additions, 1 deletion
m4/check-package.m4
with
3 additions
and
1 deletion
m4/check-package.m4
+
3
−
1
View file @
18385a5a
...
...
@@ -455,7 +455,9 @@ m4_if(alb_ac_HEADERS,[],[],[
if test -n "$[]UPNAME[_LIBS]"; then
AC_MSG_RESULT([**** Successfully finished checks for OPTIONAL package alb_ac_PKGNAME ****])
else
AC_MSG_RESULT([**** Checks for OPTIONAL package alb_ac_PKGNAME finished UNSUCCESSFULLY ****])
m4_if(OPTIONAL,[required],
[AC_MSG_ERROR([**** Checks for required package alb_ac_PKGNAME finished UNSUCCESSFULLY ****])],
[AC_MSG_RESULT([**** Checks for optional package alb_ac_PKGNAME finished UNSUCCESSFULLY ****])])
fi])
fi dnl disable fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment