Salome HOME
fix small bug in install_sources(): replace '-disable-debug' by '--disable-debug'
authorvsr <vsr@opencascade.com>
Thu, 28 Sep 2006 07:44:50 +0000 (07:44 +0000)
committervsr <vsr@opencascade.com>
Thu, 28 Sep 2006 07:44:50 +0000 (07:44 +0000)
config_files/hdf5-1.6.4.sh

index ef699182c2000261f2b0013ef6f0c46db0b67076..ae744a14430e5caefba807027c01c3c223f8159a 100755 (executable)
@@ -72,7 +72,7 @@ check_jb tar xfz ${SOURCE_DIR}/hdf5-1.6.4.tar.gz -C ${INSTALL_WORK}
 cd ${PRODUCT_WORK}
 makedir ${PRODUCT_DIR}
 check_job ${PRODUCT_DIR}/CONFIGURE.LOG \
-    ./configure --prefix=${PRODUCT_DIR} -disable-debug --enable-production --enable-threadsafe --enable-hdf5v1_2 \
+    ./configure --prefix=${PRODUCT_DIR} --disable-debug --enable-production --enable-threadsafe --enable-hdf5v1_2 \
        --enable-stream-vfd --disable-hsizet --with-pthread=/usr/include,/usr/lib 
 GCC=`which gcc`
 cat >> ${PRODUCT_DIR}/MAKE.LOG <<EOF