configure.ac, defensive use of `AC_OPENMP'

This commit is contained in:
rlar
2012-12-22 22:36:21 +01:00
parent 2a9723e06d
commit 2d7d77e9a6
+1 -1
View File
@@ -991,7 +991,7 @@ AC_ARG_ENABLE([openmp],
# Add OpenMP to ngspice.
: ${enable_openmp:=no}
AC_OPENMP
m4_ifdef([AC_OPENMP], [AC_OPENMP])
if test "x$enable_openmp" = xyes; then
AC_DEFINE([USE_OMP], [1], [OpenMP parallel processing])