Salome HOME
Fix path to mpicc and mpicxx
[tools/sat_salome.git] / products / compil_scripts / freetype.sh
index 3d7b73c97a73300630544d958ac33612c2953846..271a8c0af2798d0e1bb4b74c42954121c2d9a271 100755 (executable)
@@ -5,8 +5,7 @@ echo "freetype" $VERSION
 echo "###############################################"
 
 echo
-echo "*** configure"
-
+echo "*** configure --prefix=$PRODUCT_INSTALL --with-harfbuzz=no"
 $SOURCE_DIR/configure --prefix=$PRODUCT_INSTALL --with-harfbuzz=no
 
 if [ $? -ne 0 ]