Skip to content
Snippets Groups Projects
Commit 716033de authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Enable AC_USE_SYSTEM_EXTENSIONS

`AC_USE_SYSTEM_EXTENSIONS` takes care of defining feature_test_macros(7)
and makes sure we have a consistent environment across GHC.
parent 2d939c9c
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ AC_ARG_WITH([compiler],[Haskell compiler]) ...@@ -9,6 +9,8 @@ AC_ARG_WITH([compiler],[Haskell compiler])
AC_PROG_CC() AC_PROG_CC()
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_HEADERS([lib/include/HsTimeConfig.h]) AC_CONFIG_HEADERS([lib/include/HsTimeConfig.h])
AC_CHECK_HEADERS([time.h]) AC_CHECK_HEADERS([time.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment