1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Figure out the extension of dynamic libraries; don't hard-code .so.

This commit is contained in:
Eelco Dolstra 2012-01-11 15:41:42 +00:00
parent 9fe24c5a0d
commit f86fca9b70
2 changed files with 7 additions and 2 deletions

View file

@ -332,6 +332,11 @@ if test "$(uname)" = "Darwin"; then
fi
# Figure out the extension of dynamic libraries.
eval dynlib_suffix=$shrext_cmds
AC_SUBST(dynlib_suffix)
AM_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile
externals/Makefile