Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3788038
)
Missing configure check for strerror function
author
Mark Slee
<mcslee@apache.org>
Tue, 6 Nov 2007 22:10:24 +0000
(22:10 +0000)
committer
Mark Slee
<mcslee@apache.org>
Tue, 6 Nov 2007 22:10:24 +0000
(22:10 +0000)
Reviewed By: dreiss
Test Plan: Run configure script
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665324
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/configure.ac
patch
|
blob
|
history
diff --git
a/compiler/cpp/configure.ac
b/compiler/cpp/configure.ac
index
683133e
..
ba08e2f
100644
(file)
--- a/
compiler/cpp/configure.ac
+++ b/
compiler/cpp/configure.ac
@@
-20,6
+20,8
@@
AC_CHECK_FUNCS([realpath])
AC_CHECK_FUNCS([strdup])
+AC_CHECK_FUNCS([strerror])
+
AC_FUNC_MALLOC
AC_FUNC_REALLOC