File: remove-AX_EXT-from-configure.ac

package info (click to toggle)
jerasure 2.0.0%2B2017.04.10.git.de1739cc84-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,108 kB
  • sloc: ansic: 7,197; makefile: 91; sh: 71
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not use sse
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-07

--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_UINT32_T
 AC_TYPE_UINT64_T
-AX_EXT
+#AX_EXT
 
 AC_ARG_ENABLE([sse],
               AS_HELP_STRING([--disable-sse], [Build without SSE optimizations]),