Blame SOURCES/pth-2.0.7-dont-remove-gcc-g.patch

a23134
diff -Nur pth-2.0.7-orig/configure pth-2.0.7/configure
a23134
--- pth-2.0.7-orig/configure	2006-06-08 20:14:48.000000000 +0200
a23134
+++ pth-2.0.7/configure	2007-10-21 12:30:48.000000000 +0200
a23134
@@ -3054,14 +3054,6 @@
a23134
  ;;
a23134
 esac
a23134
 fi
a23134
-case "$CFLAGS" in
a23134
-    *-g* ) CFLAGS=`echo "$CFLAGS" |\
a23134
-                   sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
a23134
-esac
a23134
-case "$CXXFLAGS" in
a23134
-    *-g* ) CXXFLAGS=`echo "$CXXFLAGS" |\
a23134
-                     sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
a23134
-esac
a23134
 msg="disabled"
a23134
 
a23134
 fi; echo "$as_me:$LINENO: checking for compilation debug mode" >&5