File: 01_disable_static_build.patch

package info (click to toggle)
linuxtrade 3.65-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,880 kB
  • ctags: 1,969
  • sloc: ansic: 30,091; sh: 2,278; perl: 566; makefile: 126
file content (14 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- configure.in.orig	2003-06-29 17:30:43.000000000 -0500
+++ configure.in	2003-06-30 22:33:47.000000000 -0500
@@ -47,6 +47,11 @@
 dnl least I don't know what pixie dust is needed to get it to work).
 AM_CONDITIONAL(STATIC, test `uname` != Darwin)
 
+dnl Idem for Debian Linux  -- as we can rely on a well-designed and 
+dnl time-tested package management system, we may as use it
+dnl edd 28 Jun 2003
+AM_CONDITIONAL(STATIC, test `uname` != Linux)
+
 dnl Figure out what libs we need to link with libcurl programs
 CURL_LIBS=`curl-config --libs`
 AC_SUBST(CURL_LIBS)