chiark / gitweb /
libandroid-support: Add wcslcpy to header
[termux-packages] / packages / apt / configure.ac.patch
1 diff -u -r ../upstream.git/configure.ac ./configure.ac
2 --- ../upstream.git/configure.ac        2014-06-18 14:12:32.000000000 +0200
3 +++ ./configure.ac      2014-06-18 23:18:51.219899072 +0200
4 @@ -89,11 +89,6 @@
5       AC_MSG_ERROR([failed: I need CURL due https support]),
6  )
7  
8 -AC_LANG_PUSH([C++])
9 -AC_CHECK_HEADER(gtest/gtest.h,,
10 -     AC_MSG_ERROR([failed: I need gtest to build tests]),
11 -)
12 -AC_LANG_POP([C++])
13  
14  
15  AC_SUBST(BDBLIB)