214e13284d4a6c31403fb84aeb023f7978e4cbea
[openwrt/svn-archive/packages.git] / libs / classpath / patches / 000-fix_include.patch
1 Index: classpath-0.98/configure.ac
2 ===================================================================
3 --- classpath-0.98.orig/configure.ac 2009-02-06 00:26:08.000000000 +0100
4 +++ classpath-0.98/configure.ac 2012-08-22 10:18:53.325876508 +0200
5 @@ -762,8 +762,7 @@
6 dnl change the name of the corresponding ac_ variable on lines 860...
7 if test "x${COMPILE_GMP}" = xyes; then
8 AC_CHECK_LIB(gmp, __gmpz_mul_si,
9 - [GMP_CFLAGS=-I/usr/include
10 - GMP_LIBS=-lgmp ],
11 + [GMP_LIBS=-lgmp ],
12 [GMP_CFLAGS=
13 GMP_LIBS= ])
14 AC_SUBST(GMP_CFLAGS)