2006-08-06 Dan Williams <dcbw@redhat.com>

Patch from Christan Chiesa <christanc@gmail.com>
	* configure.in
		- Tell sha1.c to use bigendian mode on PPC


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1937 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-08-07 02:47:43 +00:00
parent 0e43f9f938
commit 5a6a1dbdb5
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-08-06 Dan Williams <dcbw@redhat.com>
Patch from Christan Chiesa <christanc@gmail.com>
* configure.in
- Tell sha1.c to use bigendian mode on PPC
2006-08-04 Robert Love <rml@novell.com>
Glib Memory Slices!

View file

@ -344,6 +344,11 @@ else
AC_MSG_RESULT(no)
fi
## Enable bigendian stuff for sha1 hash code
if "$target_cpu" = "powerpc"
CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
fi
AC_OUTPUT([
Makefile
include/Makefile