about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-06-20T10·53+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-06-20T10·53+0000
commit5079ccb45537fe8de4b9579e274523734a3f634e (patch)
tree314405a8fc117e6ce1737232d06bcdec5cf396ca /configure.ac
parent1849aa2a72d7f530e2c18d640528075bcdf8991c (diff)
* Move most of Nix into a library (libnix.a).
* Run `test' on `make check'.

Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1aa1a66568..9b36f90a9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CANONICAL_HOST
 
 AC_PROG_CC
 AC_PROG_CXX
+AC_PROG_RANLIB
 
 # Unix shell scripting should die a slow and painful death.
 AC_DEFINE_UNQUOTED(NIX_VALUES_DIR, "$(eval echo $prefix/values)", Nix values directory.)