Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 form (4.2.0+git20180528-2) unstable; urgency=medium
 .
   * Update homepage.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-08-27

--- form-4.2.0+git20180528.orig/configure.ac
+++ form-4.2.0+git20180528/configure.ac
@@ -729,28 +729,6 @@ if test "$my_test_COMPILEFLAGS" != set;
 			# -pg conflicts with -fomit-frame-pointer.
 			COMPILEFLAGS="$COMPILEFLAGS -fomit-frame-pointer"
 		fi
-		if test "x$enable_native" = xyes; then
-			# Check for -march=native.
-			AC_MSG_CHECKING([whether compiler accepts -march=native])
-			ok=no
-			save_CFLAGS=$CFLAGS
-			CFLAGS="$CFLAGS -march=native"
-			AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ok=yes])
-			CFLAGS=$save_CFLAGS
-			AC_MSG_RESULT($ok)
-			if test "x$ok" = xyes; then
-				COMPILEFLAGS="$COMPILEFLAGS -march=native"
-			else
-				if test "x$print_data_model" = xILP32; then
-					if test "x$print_cpu" = xPentium; then
-						# NOTE: In a strict sense, i686 must be used for Pentium Pro or later.
-						COMPILEFLAGS="$COMPILEFLAGS -march=i686"
-					elif test "x$print_cpu" = xOpteron; then
-						COMPILEFLAGS="$COMPILEFLAGS -march=opteron"
-					fi
-				fi
-			fi
-		fi
 		# Profiling option.
 		if test "x$enable_profile" = xgprof; then
 			COMPILEFLAGS="$COMPILEFLAGS -g -pg"
