Missing configure check for strerror function
authorMark Slee <mcslee@apache.org>
Tue, 6 Nov 2007 22:10:24 +0000 (22:10 +0000)
committerMark 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

index 683133e..ba08e2f 100644 (file)
@@ -20,6 +20,8 @@ AC_CHECK_FUNCS([realpath])
 
 AC_CHECK_FUNCS([strdup])
 
+AC_CHECK_FUNCS([strerror])
+
 AC_FUNC_MALLOC
 
 AC_FUNC_REALLOC