]> git.ipfire.org Git - thirdparty/autoconf.git/commit
(AC_HEADER_DIRENT): Use AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Sep 2001 19:45:29 +0000 (19:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Sep 2001 19:45:29 +0000 (19:45 +0000)
commitf2cddb10fbfbd6c8a29d194affd745e4cc515cd0
tree801f3f5498fce761904a8c790241fb80904382d6
parente670c5a0bf82e024cb22d6f7f1e72124c25d44ae
(AC_HEADER_DIRENT): Use AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we
don't use -ldir or -lx if we don't need it.
lib/autoconf/headers.m4