diff options
Diffstat (limited to 'config-daemon.ac')
| -rw-r--r-- | config-daemon.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-daemon.ac b/config-daemon.ac index fb80c754c9c..a6cf29ca426 100644 --- a/config-daemon.ac +++ b/config-daemon.ac | |||
| @@ -5,9 +5,12 @@ AC_MSG_RESULT([$guix_build_daemon]) | |||
| 5 | 5 | ||
| 6 | dnl C++ environment. This macro must be used unconditionnaly. | 6 | dnl C++ environment. This macro must be used unconditionnaly. |
| 7 | AC_PROG_CXX | 7 | AC_PROG_CXX |
| 8 | AC_LANG([C++]) | ||
| 8 | 9 | ||
| 9 | if test "x$guix_build_daemon" = "xyes"; then | 10 | if test "x$guix_build_daemon" = "xyes"; then |
| 10 | 11 | ||
| 12 | GUIX_ASSERT_CXX11 | ||
| 13 | |||
| 11 | AC_PROG_RANLIB | 14 | AC_PROG_RANLIB |
| 12 | AC_CONFIG_HEADER([nix/config.h]) | 15 | AC_CONFIG_HEADER([nix/config.h]) |
| 13 | 16 | ||
