]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
No need to check for -maes and -mpclmul with the current AES-NI code.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 20 Apr 2011 17:26:08 +0000 (19:26 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 20 Apr 2011 17:26:08 +0000 (19:26 +0200)
configure.ac

index 85fa87a4d95ba6cd07e568cf041c418622a7340f..3fb1adc65b93e24a3979e6953ebbd0d8f22ad434 100644 (file)
@@ -79,15 +79,14 @@ hw_accel=none
 if test "$use_accel" != "no"; then
 case $host_cpu in
   i?86 | x86_64 | amd64)
-    GCC_FLAG_ADD([-maes -mpclmul],[X86])
-
-    if test "x$X86" = "xyes";then
+dnl    GCC_FLAG_ADD([-maes -mpclmul],[X86])
+dnl    if test "x$X86" = "xyes";then
       if test "$host_cpu" = "x86_64" -o "$host_cpu" = "amd64";then
         hw_accel="x86-64"
       else
         hw_accel="x86"
       fi
-    fi
+dnl    fi
   ;;
   *)
   ;;