[postgis-tickets] r16951 - Remove accidentially committed configure support for openmp.

Darafei komzpa at gmail.com
Thu Oct 25 07:25:19 PDT 2018


Author: komzpa
Date: 2018-10-25 07:25:19 -0700 (Thu, 25 Oct 2018)
New Revision: 16951

Modified:
   trunk/configure.ac
Log:
Remove accidentially committed configure support for openmp.



Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2018-10-25 11:52:10 UTC (rev 16950)
+++ trunk/configure.ac	2018-10-25 14:25:19 UTC (rev 16951)
@@ -60,8 +60,6 @@
 
 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"], [])
 
 



More information about the postgis-tickets mailing list