Add dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the

benefit of Cygwin


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-07-08 20:44:14 +00:00
parent 6b5e5f4805
commit db35cc2cc3
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ AC_DEFUN([WX_PATH_FIND_LIBRARIES],
ac_find_libraries=
for ac_dir in $1 /usr/lib;
do
for ac_extension in a so sl dylib; do
for ac_extension in a so sl dylib dll.a; do
if test -f "$ac_dir/lib$2.$ac_extension"; then
ac_find_libraries=$ac_dir
break 2

2
aclocal.m4 vendored
View File

@ -64,7 +64,7 @@ AC_DEFUN([WX_PATH_FIND_LIBRARIES],
ac_find_libraries=
for ac_dir in $1 /usr/lib;
do
for ac_extension in a so sl dylib; do
for ac_extension in a so sl dylib dll.a; do
if test -f "$ac_dir/lib$2.$ac_extension"; then
ac_find_libraries=$ac_dir
break 2