no longer complain on Solaris about missing ar, which was not really missing

pull/1/head
dscho 19 years ago
parent 7a12087ba0
commit 50568f1a81

@ -1,3 +1,6 @@
2005-06-10 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* configure.ac: fix that annoying SUN /usr/ccs location of "ar"
2005-06-03 Karl Runge <runge@karlrunge.com>
* libvncserver/main.c: remove sraRgnSubtract from copyRegion
* x11vnc: scrollcopyrect under -scale, add -fixscreen.

@ -13,6 +13,8 @@ else
fi
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PATH_PROG([AR], [ar], [/usr/bin/ar],
[$PATH:/usr/ccs/bin])
# Options
AH_TEMPLATE(BACKCHANNEL, [Enable BackChannel communication])

Loading…
Cancel
Save