Toggle navigation
Sign in
taskrambler
/
libtrbase
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d1d51c8a821eaeba1ed151a0bfd2e69189cb6223
Authored by
Georg Hopp
2016-03-25 07:04:06 +0100
1 parent
43c102b7
build: passed
Fix typo: AC_CHK_AM => AC_CHK_AMD
Changes
1
Builds
2
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
d1d51c8
...
...
@@ -22,7 +22,7 @@ m4_include([m4/memopt.m4])
22
22
AC_MEM_OPT
23
23
24
24
m4_include([m4/chkamd.m4])
25
-
AC_CHK_AM
25
+
AC_CHK_AM
D
26
26
27
27
# Checks for programs.
28
28
AC_PROG_CXX
...
...
Please
register
or
login
to post a comment