summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-06-06 15:03:29 +0000
committerAkim Demaille <akim@epita.fr>2001-06-06 15:03:29 +0000
commitcb1bba338d716b149a7aafb4d5210393a01efd4d (patch)
tree14ee6ba6478dcbd5df89ec3a5a127ebefdb3132e /BUGS
parentafa5be9dbe386983c8b4360b493083d062fba9ee (diff)
downloadautoconf-cb1bba338d716b149a7aafb4d5210393a01efd4d.tar.gz
* acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
properly when $1 is not a literal. Fixes PR Autoconf/187, reported by Bram Moolenaar.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 0 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index 6be4c71b..9f531d92 100644
--- a/BUGS
+++ b/BUGS
@@ -18,9 +18,3 @@ address them.
/*--------------------------.
| Good for production use. |
`--------------------------*/
-
-* Important bugs
-
-** AC_CHECK_LIB
-Does not work properly when given variables instead of literals, e.g.,
-AC_CHECK_LIB($foo, $bar).