# HG changeset patch # User Richard M. Stallman # Date 823464998 0 # Node ID 4deac8b4941ce1a64ba009296181441a55768864 # Parent 7b7cb366646ccd9686d19793e063cd3380607a87 (LD_RUN_PATH): Prepend x_libraries to this envvar. diff -r 7b7cb366646c -r 4deac8b4941c configure.in --- a/configure.in Sun Feb 04 20:13:47 1996 +0000 +++ b/configure.in Sun Feb 04 20:16:38 1996 +0000 @@ -1253,6 +1253,15 @@ LIBS="$LIBX $LIBS" CFLAGS="$C_SWITCH_X_SITE $CFLAGS" + # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. + # This is handled by LD_SWITCH_X_SITE_AUX during the real build, + # but it's more convenient here to set LD_RUN_PATH + # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. + if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then + LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH + export LD_RUN_PATH + fi + if test "${opsys}" = "linux"; then AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link) AC_TRY_LINK([],