diff --git a/configure.ac b/configure.ac index 68cd4c4e..03819db8 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ old_CPPFLAGS="$CPPFLAGS" old_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS -I$nix/include/nix" -LDFLAGS="$LDFLAGS -L$nix/lib/nix" +LDFLAGS="$LDFLAGS -L$nix/lib" AC_CHECK_HEADER([store-api.hh], [:], [AC_MSG_ERROR([Nix headers not found; please install Nix or check the `--with-nix' option.])])