summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 069568a)
raw | patch | inline | side by side (parent: 069568a)
| author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
| Thu, 12 May 2005 22:12:56 +0000 (22:12 +0000) | ||
| committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
| Thu, 12 May 2005 22:12:56 +0000 (22:12 +0000) | 
| program/acinclude.m4 | patch | blob | history | 
diff --git a/program/acinclude.m4 b/program/acinclude.m4
index 955f258df48c5403a8c5ec5f4c0285333135d485..03382649873990904090b7242751907b068c1e0c 100644 (file)
--- a/program/acinclude.m4
+++ b/program/acinclude.m4
             dnl remove the cached value and test again
             unset ac_cv_lib_$1_$2
              AC_CHECK_LIB($1,$2,[
-                unset ac_cv_header_`echo $3 | sed "s/[^a-z]/_/g"`
+                unset ac_cv_header_`echo $3 | sed "s/[^A-Za-z]/_/g"`
                 AC_CHECK_HEADER($3,[EX_CHECK_STATE=YES],[])
             ],[])
           else
![[tokkee]](http://tokkee.org/images/avatar.png)
