File: configure.ac.patch

package info (click to toggle)
log4cplus 2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,592 kB
  • sloc: cpp: 53,091; sh: 10,537; ansic: 1,845; python: 1,226; perl: 263; makefile: 209; xml: 85; objc: 59
file content (22 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/configure.ac b/configure.ac
index ff871e2..a820a35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,7 +506,7 @@ dnl Multi threaded library.
      [dnl Check for IBM's compiler's TLS option.
       AX_CXXFLAGS_AIX_OPTION([-qtls])])
 
-   AX_TLS_SUPPORT
+   dnl AX_TLS_SUPPORT
    AH_TEMPLATE([LOG4CPLUS_HAVE_TLS_SUPPORT])
    AH_TEMPLATE([LOG4CPLUS_THREAD_LOCAL_VAR])
    AS_IF([test "x$ac_cv_thread_local" = "xyes"],
@@ -680,7 +680,7 @@ dnl Libtool setup.
 dnl Must be latest to catch rpath compiled in by changes made during
 dnl checks before.
 
-LT_PREREQ([2.4.2])
+LT_PREREQ([2.4])
 LT_INIT([win32-dll disable-static pic-only])
 
 AH_TOP([#ifndef LOG4CPLUS_CONFIG_H])