From ddd799df2def9ffdd9a4c92e4e04b1a635a3fcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 4 Oct 2011 20:58:01 +0000 Subject: [PATCH] configure: Fix typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fb5d2e1..76991cac 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ export PATH NEED_PROG([NIX_STORE_PROGRAM], [nix-store]) AC_MSG_CHECKING([whether $NIX_STORE_PROGRAM is recent enough]) -if test -n "$NIX_STORE" -a test -n "$TMPDIR" +if test -n "$NIX_STORE" -a -n "$TMPDIR" then # This may be executed from within a build chroot, so pacify # `nix-store' instead of letting it choke while trying to mkdir