]> Savannah Git Hosting - gnulib.git/commitdiff
stdint-tests: Fix expanded-before-required-warning.
authorSimon Josefsson <simon@josefsson.org>
Thu, 3 Jan 2013 22:43:07 +0000 (23:43 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 3 Jan 2013 22:43:07 +0000 (23:43 +0100)
* modules/stdint-tests (Depends-on): Use AC_REQUIRE.

ChangeLog
modules/stdint-tests

index 714ee4c287d8614559b1f452be978f22d97ace1f..8539bc969c867bbf089b3c5e2351599c2fd44afc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-04  Simon Josefsson  <simon@josefsson.org>
+
+       stdint-tests: Fix expanded-before-required-warning.
+       * modules/stdint-tests (Depends-on): Use AC_REQUIRE.
+
 2013-01-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        fwrite: silence __wur only for older glibc versions
index d83cd4c06d72ae54f8f252355ab8594f562066ad..5394060a60c0891f45adb85c363e1d31d005c817 100644 (file)
@@ -9,8 +9,8 @@ intprops
 wchar
 
 configure.ac:
-gt_TYPE_WCHAR_T
-gt_TYPE_WINT_T
+AC_REQUIRE([gt_TYPE_WCHAR_T])
+AC_REQUIRE([gt_TYPE_WINT_T])
 
 Makefile.am:
 TESTS += test-stdint