Fix syntax error

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1938 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-08-07 02:56:32 +00:00
parent 5a6a1dbdb5
commit 086b825df4

View file

@ -345,7 +345,7 @@ else
fi
## Enable bigendian stuff for sha1 hash code
if "$target_cpu" = "powerpc"
if "$target_cpu" = "powerpc"; then
CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
fi