~ruther/guix-local

ca8dbb7d4e663bcd9aed91606c253ac384124fa5 — Ludovic Courtès 13 years ago 0adb527
build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'.

* config-daemon.ac: Remove extraneous quotes in definition of `SYSTEM'.
1 files changed, 1 insertions(+), 1 deletions(-)

M config-daemon.ac
M config-daemon.ac => config-daemon.ac +1 -1
@@ 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