Previously, it was not possible to check for e.g. "-std=c99".
---

 m4/mpd_check_cflag.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/mpd_check_cflag.m4 b/m4/mpd_check_cflag.m4
index 05682f6..4211233 100644
--- a/m4/mpd_check_cflag.m4
+++ b/m4/mpd_check_cflag.m4
@@ -1,5 +1,5 @@
 AC_DEFUN([MPD_CHECK_FLAG],[
-  var=`echo "$1" | tr "-" "_"`
+  var=`echo "$1" | tr "=-" "__"`
   AC_CACHE_CHECK([whether the C compiler accepts $1],
     [mpd_check_cflag_$var],[
     save_CFLAGS="$CFLAGS"


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to