aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/configure.in
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-01-18 13:00:22 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-01-18 13:00:22 +0100
commit40e7a6da2054b9c430360bd5dd656b1d43f6c6ef (patch)
treef98510f7594540beb2c63bc696d221131eac3bf4 /lib/megaco/configure.in
parent2bd44c7f5462bbfaaf38eed6f708bf01b0c97469 (diff)
parentdc60870eb02edb6b0163a77cc9ca523d692bc385 (diff)
downloadotp-40e7a6da2054b9c430360bd5dd656b1d43f6c6ef.tar.gz
otp-40e7a6da2054b9c430360bd5dd656b1d43f6c6ef.tar.bz2
otp-40e7a6da2054b9c430360bd5dd656b1d43f6c6ef.zip
Merge branch 'egil/fix-LM_TRY_ENABLE_CFLAG'
* egil/fix-LM_TRY_ENABLE_CFLAG: Fix LM_TRY_ENABLE_CFLAG to use correct environment
Diffstat (limited to 'lib/megaco/configure.in')
-rw-r--r--lib/megaco/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/megaco/configure.in b/lib/megaco/configure.in
index 9c3858f562..643267a154 100644
--- a/lib/megaco/configure.in
+++ b/lib/megaco/configure.in
@@ -162,6 +162,11 @@ else
fi
AC_SUBST(OTP_EXTRA_FLAGS)
+if test "x$GCC" = xyes; then
+ # Treat certain GCC warnings as errors
+ LM_TRY_ENABLE_CFLAG([-Werror=return-type], [CFLAGS])
+fi
+
dnl
dnl If ${ERL_TOP}/make/otp_ded.mk.in exists and contains DED_MK_VSN > 0,
dnl every thing releted to compiling Dynamic Erlang Drivers can be found
@@ -273,11 +278,6 @@ if test "$PERL" = no_perl; then
AC_MSG_ERROR([Perl is required to build the flex scanner!])
fi
-if test "x$GCC" = xyes; then
- # Treat certain GCC warnings as errors
- LM_TRY_ENABLE_CFLAG([-Werror=return-type], [CFLAGS])
-fi
-
AC_OUTPUT(examples/meas/Makefile:examples/meas/Makefile.in)
AC_OUTPUT(src/flex/$host/Makefile:src/flex/Makefile.in)