build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'.

* config-daemon.ac: Remove extraneous quotes in definition of `SYSTEM'.
This commit is contained in:
Ludovic Courtès 2012-12-04 23:12:40 +01:00
parent 0adb527600
commit ca8dbb7d4e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if test "x$guix_build_daemon" = "xyes"; then
PKG_CHECK_MODULES([SQLITE3], [sqlite3 >= 3.6.19])
AC_DEFINE([NIX_VERSION], ["0.0.0"], [Fake Nix version number.])
AC_DEFINE_UNQUOTED([SYSTEM], ["\"$guix_system\""],
AC_DEFINE_UNQUOTED([SYSTEM], ["$guix_system"],
[Guix host system type--i.e., platform and OS kernel tuple.])
case "$LIBGCRYPT_PREFIX" in