]> granicus.if.org Git - postgis/commitdiff
Remove accidentially committed configure support for openmp.
authorDarafei Praliaskouski <me@komzpa.net>
Thu, 25 Oct 2018 14:25:19 +0000 (14:25 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Thu, 25 Oct 2018 14:25:19 +0000 (14:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16951 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 5369d6a929416d81b1d33e504e193f14549cccf0..2ef7eaeb1551c8ff7d0dc54b16d94a169913e27d 100644 (file)
@@ -60,8 +60,6 @@ AC_SUBST([PICFLAGS])
 
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-math-errno], [_cv_nomatherrno], [-fno-math-errno], [], [CFLAGS="$CFLAGS -fno-math-errno"], [])
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-signed-zeros], [_cv_nosignedzeros], [-fno-signed-zeros], [], [CFLAGS="$CFLAGS -fno-signed-zeros"], [])
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fopenmp], [_cv_openmp], [-fopenmp], [], [CFLAGS="$CFLAGS -fopenmp"], [])
-AC_LIBTOOL_LINKER_OPTION([if $compiler supports -fopenmp], [_cv_openmp], [-fopenmp], [], [LDFLAGS="-fopenmp $LDFLAGS"], [])
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -std=gnu99], [_cv_std], -std=gnu99, [], [CFLAGS="-std=gnu99 $CFLAGS"], [])