View | Details | Raw Unified | Return to issue 97428
Collapse All | Expand All

(-)config_office/configure.in.orig (-1 / +4 lines)
Lines 4348-4354 Link Here
4348
fi
4348
fi
4349
AC_SUBST(XINC)
4349
AC_SUBST(XINC)
4350
if test "$x_libraries" = "default_x_libraries"; then
4350
if test "$x_libraries" = "default_x_libraries"; then
4351
   XLIB="/usr/lib"
4351
   XLIB=`$PKG_CONFIG --variable=libdir x11`
4352
   if test "x$XLIB" = x; then
4353
         XLIB="/usr/lib"
4354
   fi
4352
else
4355
else
4353
   XLIB="$x_libraries"
4356
   XLIB="$x_libraries"
4354
fi
4357
fi

Return to issue 97428