aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 30ee7fcc..433c7b13 100755
--- a/configure
+++ b/configure
@@ -210,10 +210,10 @@ case "$target" in
if [[ $kernel_major -gt 11 ]]
then
# OSX >= 10.8
- clinker_options="-arch i386 -Wl,-no_pie" ;;
+ clinker_options="-arch i386 -Wl,-no_pie"
else
# OSX <= 10.7
- clinker_options="-arch i386" ;;
+ clinker_options="-arch i386"
fi
libmath="";;
ia32-cygwin)