Commit 16b0b99d authored by Felix Paul Kühne's avatar Felix Paul Kühne

m4: enable dolt support for further apple platforms

This allows us to use it on x86_64, ppc and iOS, too.
parent c2a6e88a
...@@ -26,7 +26,7 @@ case $host in ...@@ -26,7 +26,7 @@ case $host in
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*) |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
pic_options='-fPIC' pic_options='-fPIC'
;; ;;
i?86-apple-darwin*) *-apple-darwin*)
pic_options='-fno-common' pic_options='-fno-common'
;; ;;
*mingw*|*nacl*) *mingw*|*nacl*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment