Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ad14c247
Commit
ad14c247
authored
Apr 20, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge debian.(none):/M50/bug27739-5.0
into debian.(none):/M50/push-5.0 configure.in: Auto merged
parents
253da118
26aba3fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
configure.in
configure.in
+16
-0
No files found.
configure.in
View file @
ad14c247
...
@@ -459,6 +459,22 @@ AC_SUBST(MAKEINDEX)
...
@@ -459,6 +459,22 @@ AC_SUBST(MAKEINDEX)
# icheck, used for ABI check
# icheck, used for ABI check
AC_PATH_PROG
(
ICHECK, icheck, no
)
AC_PATH_PROG
(
ICHECK, icheck, no
)
# "icheck" is also the name of a file system check program on Tru64.
# Verify the program found is really the interface checker.
if
test
"x
$ICHECK
"
!=
"xno"
then
AC_MSG_CHECKING
(
if
$ICHECK
works as expected
)
echo
"int foo;"
>
conftest.h
$ICHECK
--canonify
-o
conftest.ic conftest.h 2>/dev/null
if
test
-f
"conftest.ic"
then
AC_MSG_RESULT
(
yes
)
else
AC_MSG_RESULT
(
no
)
ICHECK
=
no
fi
rm
-f
conftest.ic conftest.h
fi
AC_SUBST
(
ICHECK
)
AC_SUBST
(
ICHECK
)
# Lock for PS
# Lock for PS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment