File: update_for_new_autoconf

package info (click to toggle)
spamass-milter 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,040 kB
  • sloc: sh: 3,797; cpp: 1,731; awk: 312; ansic: 134; makefile: 61
file content (18 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/configure.in
+++ b/configure.in
@@ -18,12 +18,12 @@
 AC_LANG(C++)
 
 # Enable useable exception handler if it exists.
-AC_CXX_VERBOSE_TERMINATE_HANDLER
+# AC_CXX_VERBOSE_TERMINATE_HANDLER
 
 # Try and disable all inlining; gdb shows the inlined function in a
 # stack trace and you lose the caller's frame.  Bad for debugging.
-AC_PIKE_COMPILER_FLAG(-fno-default-inline,fno_default_inline,CXXFLAGS)
-AC_PIKE_COMPILER_FLAG(-fno-inline,fno_inline,CXXFLAGS)
+# AC_PIKE_COMPILER_FLAG(-fno-default-inline,fno_default_inline,CXXFLAGS)
+# AC_PIKE_COMPILER_FLAG(-fno-inline,fno_inline,CXXFLAGS)
 
 #PIKE_INCLUDE_PATHS
 #PIKE_LIBRARY_PATHS