mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-21 15:40:32 +01:00
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:
parent
5a6a1dbdb5
commit
086b825df4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue