]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-ac.patch
- taken from RH
[packages/libreoffice.git] / openoffice-ac.patch
CommitLineData
e0f234c3
PG
1--- oo_1.0_src/config_office/configure.in~~ Thu May 2 16:48:20 2002
2+++ oo_1.0_src/config_office/configure.in Thu May 2 16:50:49 2002
3@@ -975,9 +975,9 @@
4 dnl ***************************************
5 dnl testing for X libraries and includes...
6 dnl ***************************************
7-if test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then
8- dnl Mac OS X using Aqua graphics. Don't check for X11.
9-elif test "$_os" != "WINNT" ; then
10+dnl if test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then
11+dnl Mac OS X using Aqua graphics. Don't check for X11.
12+dnl elif test "$_os" != "WINNT" ; then
13 AC_PATH_X
14 AC_PATH_XTRA
15
16@@ -997,10 +997,10 @@
17 CFLAGS=$X_CFLAGS
18 LDFLAGS="$X_LDFLAGS $X_LIBS"
19 AC_CHECK_LIB(X11, XOpenDisplay, x_libs="-lX11 $X_EXTRA_LIBS", [AC_MSG_ERROR([X Development libraries not found])])
20-else
21- x_includes="no_x_includes"
22- x_libraries="no_x_libraries"
23-fi
24+dnl else
25+dnl x_includes="no_x_includes"
26+dnl x_libraries="no_x_libraries"
27+dnl fi
28 dnl ***************************************
29 dnl testing libc version for Linux...
30 dnl ***************************************
This page took 0.028832 seconds and 4 git commands to generate.