orion / rpms / opencv

Forked from rpms/opencv 4 years ago
Clone
e088f7e
--- opencv-1.0.0.orig/configure.in	2006-11-03 16:54:33.000000000 +0100
e088f7e
+++ opencv-1.0.0/configure.in	2006-12-11 11:43:06.000000000 +0100
e088f7e
@@ -202,28 +202,28 @@
e088f7e
     i686-*-*)
e088f7e
         if test x"$ac_cv_c_compiler_gnu" = "xyes"; then
e088f7e
           # default to i686/pentiumpro -- people can override this
e088f7e
-          CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS"
e088f7e
+:          CXXFLAGS="-g -march=i686 -ffast-math -fomit-frame-pointer $CXXFLAGS"
e088f7e
         fi
e088f7e
         ;;
e088f7e
     powerpc-*-*)
e088f7e
         if test x"$ac_cv_c_compiler_gnu" = "xyes"; then
e088f7e
             # default to G3 processors -- people can override this
e088f7e
-            CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS"
e088f7e
+:            CXXFLAGS="-g -mcpu=G3 -mtune=G5 -fomit-frame-pointer $CXXFLAGS"
e088f7e
         fi
e088f7e
         ;;
e088f7e
     *-*-*)
e088f7e
         if test x"$ac_cv_c_compiler_gnu" = "xyes"; then
e088f7e
-            CXXFLAGS="-fomit-frame-pointer $CXXFLAGS"
e088f7e
+:            CXXFLAGS="-fomit-frame-pointer $CXXFLAGS"
e088f7e
         fi
e088f7e
         ;;
e088f7e
     esac
e088f7e
     
e088f7e
     CPPFLAGS="-DNDEBUG $CPPFLAGS"
e088f7e
-    CXXFLAGS="-O3 $CXXFLAGS"
e088f7e
+:    CXXFLAGS="-O3 $CXXFLAGS"
e088f7e
 fi
e088f7e
 
e088f7e
 if test x"$ac_cv_c_compiler_gnu" = "xyes"; then
e088f7e
-    CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS"
e088f7e
+:    CXXFLAGS="-Wall -fno-rtti -pipe $CXXFLAGS"
e088f7e
 fi
e088f7e
 
e088f7e
 # add libm because it is used by several libraries and OpenCV itself