1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(gl_C_STRTOD): Add gl_USE_SYSTEM_EXTENSIONS.

This commit is contained in:
Paul Eggert
2004-07-12 17:50:28 +00:00
parent 955aa2dc77
commit 576958b1fd

View File

@@ -1,4 +1,4 @@
# c-strtod.m4 serial 1
# c-strtod.m4 serial 2
# Copyright (C) 2004 Free Software Foundation, Inc.
@@ -21,6 +21,7 @@
AC_DEFUN([gl_C_STRTOD],
[
dnl Prerequisites of lib/c-strtod.c.
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
:
])