aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_check_compile_flag.m4
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
commit830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79 (patch)
tree410969c5c178b9b86106ed912803bfc76da30d34 /m4/ax_check_compile_flag.m4
parented2171b2d0c9ee8e12d09d7c5a0de5f3337bfe04 (diff)
downloadlibmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.tar.gz
libmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.zip
Updated M4 autoconf-archive macros to latest versions
Diffstat (limited to 'm4/ax_check_compile_flag.m4')
-rw-r--r--m4/ax_check_compile_flag.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4
index ca363971..dcabb92a 100644
--- a/m4/ax_check_compile_flag.m4
+++ b/m4/ax_check_compile_flag.m4
@@ -1,5 +1,5 @@
1# =========================================================================== 1# ===========================================================================
2# http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html 2# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
3# =========================================================================== 3# ===========================================================================
4# 4#
5# SYNOPSIS 5# SYNOPSIS
@@ -40,7 +40,7 @@
40# Public License for more details. 40# Public License for more details.
41# 41#
42# You should have received a copy of the GNU General Public License along 42# You should have received a copy of the GNU General Public License along
43# with this program. If not, see <http://www.gnu.org/licenses/>. 43# with this program. If not, see <https://www.gnu.org/licenses/>.
44# 44#
45# As a special exception, the respective Autoconf Macro's copyright owner 45# As a special exception, the respective Autoconf Macro's copyright owner
46# gives unlimited permission to copy, distribute and modify the configure 46# gives unlimited permission to copy, distribute and modify the configure
@@ -55,7 +55,7 @@
55# modified version of the Autoconf Macro, you may extend this special 55# modified version of the Autoconf Macro, you may extend this special
56# exception to the GPL to apply to your modified version as well. 56# exception to the GPL to apply to your modified version as well.
57 57
58#serial 4 58#serial 5
59 59
60AC_DEFUN([AX_CHECK_COMPILE_FLAG], 60AC_DEFUN([AX_CHECK_COMPILE_FLAG],
61[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF 61[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF