diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T15·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T15·12+0000 |
commit | aab88127321344d5818d823bff515d127108d058 (patch) | |
tree | 3c9667bae7e3d2376f140abc35d6e810013d44b0 /configure.ac | |
parent | 7974aae81ced67b2aee0b537a37d813f6c67a1ec (diff) |
* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b14fa7e0864a..add3a5bc1728 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,7 @@ AC_PROG_CXX # We are going to use libtool. AC_DISABLE_STATIC +AC_ENABLE_SHARED AC_PROG_LIBTOOL |