Author: ludo
Date: Tue Oct  4 12:52:12 2011
New Revision: 29626
URL: https://ssl.nixos.org/websvn/nix/?rev=29626&sc=1

Log:
configure: Pass `-L/to/nix' as $LDFLAGS, not $LIBS.

Modified:
   hydra/trunk/configure.ac

Modified: hydra/trunk/configure.ac
==============================================================================
--- hydra/trunk/configure.ac    Tue Oct  4 11:15:12 2011        (r29625)
+++ hydra/trunk/configure.ac    Tue Oct  4 12:52:12 2011        (r29626)
@@ -42,7 +42,7 @@
 old_LIBS="$LIBS"
 
 CPPFLAGS="-I$nix/include/nix"
-LIBS="-L$nix/lib/nix"
+LDFLAGS="-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.])])
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to