Code

Make icon preview selection sticky by default.
[inkscape.git] / configure.ac
index 8305429105421577f48271f68aec9d2b03f27ae0..b3c9fd06a9f75bd4ad5c5a54eee96c65a0ed65dd 100644 (file)
@@ -192,6 +192,7 @@ if test "x$openmp_ok" = "xyes"; then
        dnl We have it, now set up the flags
        CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS"
        AC_CHECK_HEADER(omp.h)
+       AC_DEFINE(HAVE_OPENMP, 1, [Use OpenMP])
 fi
 
 dnl ******************************