Salome HOME
Issue 0021046: EDF 1610 GUI: To be able to change the width of the lines: small changes.
[modules/geom.git] / configure.ac
index 8849337c387421d0f8a65afdd6df5de29b8fdeea..8e0abd9f0d60551498e44efa1496749d4607a514 100644 (file)
@@ -24,7 +24,7 @@
 # Modified by : Alexander BORODIN (OCN) - autotools usage
 # Created from configure.in.base
 #
-AC_INIT([Salome2 Project GEOM module], [6.3.1], [webmaster.salome@opencascade.com], [SalomeGEOM])
+AC_INIT([Salome2 Project GEOM module], [6.4.0], [webmaster.salome@opencascade.com], [SalomeGEOM])
 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -337,7 +337,10 @@ echo testing Opencv
 echo ---------------------------------------------
 echo
 CHECK_OPENCV
-AC_DEFINE_UNQUOTED(WITH_OPENCV,${WITH_OPENCV})
+if test "${opencv_ok}" = "yes"; then
+  AC_DEFINE_UNQUOTED(WITH_OPENCV,${WITH_OPENCV})
+fi
+
 
 echo
 echo ---------------------------------------------
@@ -445,6 +448,7 @@ AC_OUTPUT([ \
   src/GEOMBase/Makefile \
   src/GEOMClient/Makefile \
   src/GEOMFiltersSelection/Makefile \
+  src/Material/Makefile \
   src/GEOMGUI/Makefile \
   src/GEOMImpl/Makefile \
   src/GEOMToolsGUI/Makefile \