1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Fix perl build

This commit is contained in:
Eelco Dolstra 2017-03-31 15:31:34 +02:00
parent c0745a2531
commit d087700347
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 22 additions and 29 deletions

View file

@ -99,8 +99,6 @@ AC_SUBST(nixlocalstatedir)
AC_SUBST(nixsysconfdir)
AC_SUBST(nixstoredir)
AC_SUBST(perlbindings, "yes")
# Expand all variables in config.status.
test "$prefix" = NONE && prefix=$ac_default_prefix
test "$exec_prefix" = NONE && exec_prefix='${prefix}'