From 70075fa70fc5818cc339dd7759e8fc2baf432c91 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 28 Jun 2013 22:00:52 +0000 Subject: Rename AC_WIRESHARK_GCC_CFLAGS_CHECK to AC_WIRESHARK_COMPILER_FLAGS_CHECK, because it doesn't just affect CFLAGS and it doesn't just affect the flags for GCC. svn path=/trunk/; revision=50222 --- acinclude.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index d85ac2184f..d761235a18 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1611,9 +1611,9 @@ AC_DEFUN([AC_WIRESHARK_CHECK_UNKNOWN_WARNING_OPTION_ERROR], ]) # -# AC_WIRESHARK_GCC_CFLAGS_CHECK +# AC_WIRESHARK_COMPILER_FLAGS_CHECK # -# $1 : cflags to test +# $1 : flags to test # $2 : if supplied, C for C-only flags, CXX for C++-only flags # $3 : if supplied, a program to try to compile with the flag # and, if the compile fails when -Werror is turned on, @@ -1630,7 +1630,7 @@ AC_DEFUN([AC_WIRESHARK_CHECK_UNKNOWN_WARNING_OPTION_ERROR], # We do this because not all such options are necessarily supported by # the version of the particular compiler we're using. # -AC_DEFUN([AC_WIRESHARK_GCC_CFLAGS_CHECK], +AC_DEFUN([AC_WIRESHARK_COMPILER_FLAGS_CHECK], [GCC_OPTION="$1" can_add_to_cflags="" can_add_to_cxxflags="" -- cgit v1.2.3