]> git.pld-linux.org Git - packages/db4.2.git/blob - db4.2-amd64-fastmutex.patch
- save from http://www.oracle.com/technology/products/berkeley-db/db/update/4.2.52...
[packages/db4.2.git] / db4.2-amd64-fastmutex.patch
1 --- db4.2-4.2.52.orig/dist/aclocal/mutex.ac
2 +++ db4.2-4.2.52/dist/aclocal/mutex.ac
3 @@ -420,7 +433,7 @@
4  # x86/gcc: FreeBSD, NetBSD, BSD/OS, Linux
5  if test "$db_cv_mutex" = no; then
6  AC_TRY_COMPILE(,[
7 -#if (defined(i386) || defined(__i386__)) && defined(__GNUC__)
8 +#if (defined(i386) || defined(__i386__) || defined(__x86_64__)) && defined(__GNUC__)
9         exit(0);
10  #else
11         FAIL TO COMPILE/LINK
12
This page took 0.048173 seconds and 3 git commands to generate.