mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Scan for wget and use the full path in fetchurl.sh.
* Use nix-hash (not md5sum) in fetchurl.sh.
This commit is contained in:
parent
236eb59293
commit
d551062ec4
3 changed files with 5 additions and 2 deletions
|
@ -11,6 +11,8 @@ AC_PROG_CC
|
|||
AC_PROG_CXX
|
||||
AC_PROG_RANLIB
|
||||
|
||||
AC_PATH_PROG(wget, wget)
|
||||
|
||||
AC_CHECK_LIB(pthread, pthread_mutex_init)
|
||||
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue