about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T11·18+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T11·25+0000
commit0c504a756cbcf58f0fc4b1a9083d372e1dbb50ac (patch)
tree2a2a7297064dbfea8ddbcd677a28ab92f76c1657 /configure.ac
parent2cc591c7b55a1d3e8f667871b0ddf216d81d6b47 (diff)
Don't install Libtool
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index e5fa2437a3..7028e5f9f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,17 +47,6 @@ AC_DEFINE_UNQUOTED(SYSTEM, ["$system"], [platform identifier (`cpu-os')])
 test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var
 
 
-# Windows-specific stuff.  On Cygwin, dynamically linking against the
-# ATerm DLL works, except that it requires the ATerm "lib" directory
-# to be in $PATH, as Windows doesn't have anything like an RPATH
-# embedded in executable.  Since this is kind of annoying, we use
-# static libraries for now.
-if test "$sys_name" = "cygwin"; then
-    AC_DISABLE_SHARED
-    AC_ENABLE_STATIC
-fi
-
-
 # Solaris-specific stuff.
 if test "$sys_name" = sunos; then
     # Solaris requires -lsocket -lnsl for network functions
@@ -80,11 +69,6 @@ if test "$CC_FOR_BUILD" = ""; then
 fi
 AC_SUBST([CC_FOR_BUILD])
 
-# We are going to use libtool.
-AC_DISABLE_STATIC
-AC_ENABLE_SHARED
-AC_PROG_LIBTOOL
-
 
 # Use 64-bit file system calls so that we can support files > 2 GiB.
 AC_SYS_LARGEFILE