Description: patch to enable -g option for compiling
 Without this, pth-dbg package is not that useful
Author: NIIBE Yutaka <gniibe@fsij.org>
Forwarded: No
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last_Update: 2010-05-12

--- pth-2.0.7.orig/configure	2006-06-09 03:14:48.000000000 +0900
+++ pth-2.0.7/configure	2010-05-12 10:49:23.000000000 +0900
@@ -3054,14 +3054,6 @@
  ;;
 esac
 fi
-case "$CFLAGS" in
-    *-g* ) CFLAGS=`echo "$CFLAGS" |\
-                   sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
-esac
-case "$CXXFLAGS" in
-    *-g* ) CXXFLAGS=`echo "$CXXFLAGS" |\
-                     sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;;
-esac
 msg="disabled"
 
 fi; echo "$as_me:$LINENO: checking for compilation debug mode" >&5
