aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/configure.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-15 16:40:49 +0100
committerBjörn Gustavsson <[email protected]>2011-11-25 10:59:38 +0100
commit448cf0cfe686c5bd6c1d28c08807c6c99b4c49d5 (patch)
tree4e9ba8d286ef48c6d270f2f506a3779935d37f98 /lib/megaco/configure.in
parentfa8edf9882b0b1213018a8421f7c779be3001abc (diff)
downloadotp-448cf0cfe686c5bd6c1d28c08807c6c99b4c49d5.tar.gz
otp-448cf0cfe686c5bd6c1d28c08807c6c99b4c49d5.tar.bz2
otp-448cf0cfe686c5bd6c1d28c08807c6c99b4c49d5.zip
MacOS X: Completely remove obsolete -no-cpp-precomp option
clang does not recognize the -no-cpp-precomp option and generates a warning. -no-cpp-precomp is an obsolete Apple-specific gcc option, which last had any effect in gcc 3.1 for Jaguar. Since we cannot build for Jaguar anyway, the configure test added in 8412a400e92d5cbcd is not needed.
Diffstat (limited to 'lib/megaco/configure.in')
-rw-r--r--lib/megaco/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/megaco/configure.in b/lib/megaco/configure.in
index b88e17ec85..42c50b8961 100644
--- a/lib/megaco/configure.in
+++ b/lib/megaco/configure.in
@@ -208,7 +208,7 @@ if test "X$host" = "Xwin32"; then
else
case $host_os in
darwin*)
- CFLAGS="$CFLAGS -no-cpp-precomp -fno-common"
+ CFLAGS="$CFLAGS -fno-common"
;;
esac