From: Darafei Praliaskouski Date: Thu, 25 Oct 2018 14:25:19 +0000 (+0000) Subject: Remove accidentially committed configure support for openmp. X-Git-Tag: 3.0.0alpha1~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6df47db907ef61cc4a209a14316ca4b41a1ca977;p=postgis Remove accidentially committed configure support for openmp. git-svn-id: http://svn.osgeo.org/postgis/trunk@16951 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 5369d6a92..2ef7eaeb1 100644 --- a/configure.ac +++ b/configure.ac @@ -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"], [])