-dnl ---------------------------------------------------------------------------
-dnl call WX_PATH_FIND_LIBRARIES(search path, lib name), sets ac_find_libraries
-dnl to the full name of the file that was found or leaves it empty if not found
-dnl ---------------------------------------------------------------------------
-AC_DEFUN([WX_PATH_FIND_LIBRARIES],
-[
- WX_PATH_FIND_LIBRARIES_IN_PATH($1, $2)
- if test "x$ac_find_libraries" = "x" ; then
- WX_PATH_FIND_LIBRARIES_IN_PATH(WX_STD_LIBPATH(), $2)
- if test "x$ac_find_libraries" != "x" ; then
- ac_find_libraries="default location"
- fi
- fi
-])
-