Commit e9302ef7 authored by Christian Beier's avatar Christian Beier

Merge pull request #74 from tanderson92/fixarpath

configure.ac: Use AC_CHECK_TOOL for cross-compiling support.
parents 344264da 2dc984dc
...@@ -24,7 +24,7 @@ test "x$GCC" = "xyes" && CFLAGS="$CFLAGS -Wall" ...@@ -24,7 +24,7 @@ test "x$GCC" = "xyes" && CFLAGS="$CFLAGS -Wall"
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
AC_PATH_PROG([AR], [ar], [/usr/bin/ar], AC_CHECK_TOOL([AR], [ar], [/usr/bin/ar],
[$PATH:/usr/ccs/bin]) [$PATH:/usr/ccs/bin])
# Options # Options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment