]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-ac.patch
- gcc include fix
[packages/libreoffice.git] / openoffice-ac.patch
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,10 +975,10 @@
4  dnl ***************************************
5  dnl testing for X libraries and includes...
6  dnl ***************************************
7
8 -if test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then
9 -   dnl Mac OS X using Aqua graphics. Don't check for X11.
10 -   :
11 -elif test "$_os" != "WINNT" ; then
12 +dnl if test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then
13 +dnl    dnl Mac OS X using Aqua graphics. Don't check for X11.
14 +dnl    :
15 +dnl elif test "$_os" != "WINNT" ; then
16     AC_PATH_X
17     AC_PATH_XTRA
18  
19 @@ -998,10 +998,10 @@
20     CFLAGS=$X_CFLAGS
21     LDFLAGS="$X_LDFLAGS $X_LIBS"
22     AC_CHECK_LIB(X11, XOpenDisplay, x_libs="-lX11 $X_EXTRA_LIBS", [AC_MSG_ERROR([X Development libraries not found])])
23 -else
24 +dnl else
25     x_includes="no_x_includes"
26     x_libraries="no_x_libraries"
27 -fi
28 +dnl fi
29  dnl ***************************************
30  dnl testing libc version for Linux...
31  dnl ***************************************
32 @@ -1202,7 +1202,7 @@
33  
34  # Executing the set_soenv script to setup the environment variables.
35  if test -z "$enable_check_only"; then
36 -   './set_soenv' $COMPATH $_gcc_include_path $_gxx_include_path $JAVA_HOME $TCSH $PERL $x_libraries $x_includes $_LOCAL_SOLENV $_LOCAL_SOLVER $upd $CYGWIN $STLPORT4 $enable_xprint $with_lang $with_asm_home $with_unzip_home $WITH_MINGWIN $with_use_shell $USE_GCC3
37 +   './set_soenv' NO_GCC $_gcc_include_path $_gxx_include_path $JAVA_HOME $TCSH $PERL $x_libraries $x_includes $_LOCAL_SOLENV $_LOCAL_SOLVER $upd $CYGWIN $STLPORT4 $enable_xprint $with_lang $with_asm_home $with_unzip_home $WITH_MINGWIN $with_use_shell $USE_GCC3
38  else
39     echo
40     echo Test Complete
This page took 0.034473 seconds and 4 git commands to generate.