From 1dbbbe3f31a1b73e6566a39ec6542de9ebdbea25 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 16 Mar 2011 13:19:15 +0000 Subject: [PATCH] oops, committed too much --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3cc262a9..8bb227c4 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ LIBS="-L$nix/lib/nix" AC_CHECK_HEADER([store-api.hh], [:], [AC_MSG_ERROR([Nix headers not found; please install Nix or check the `--with-nix' option.])]) -#AC_CHECK_LIB([expr], [_ZN3nix17parseExprFromFileERNS_9EvalStateESs], [:], -# [AC_MSG_ERROR([Nix library not found; please install Nix or check the `--with-nix' option.])]) +AC_CHECK_LIB([expr], [_ZN3nix17parseExprFromFileERNS_9EvalStateESs], [:], + [AC_MSG_ERROR([Nix library not found; please install Nix or check the `--with-nix' option.])]) CPPFLAGS="$old_CPPFLAGS" LIBS="$old_LIBS"