]> git.pld-linux.org Git - packages/icewm.git/blob - icewm-link_with_g++.patch
- R: xinitrc-ng instead of xinitrc
[packages/icewm.git] / icewm-link_with_g++.patch
1 diff -ruN icewm-1.2.15pre1./configure.in icewm-1.2.15pre1/configure.in
2 --- icewm-1.2.15pre1./configure.in      2004-06-27 22:02:01.000000000 +0200
3 +++ icewm-1.2.15pre1/configure.in       2004-07-06 22:02:56.094810456 +0200
4 @@ -21,7 +21,6 @@
5  
6  dnl ---------- Checking for a C compiler in hope that it understands C++ too ---
7  dnl
8 -ICE_PROG_CXX_LIGHT
9  AC_LANG_CPLUSPLUS
10  AC_PROG_CXX
11  
12 @@ -29,9 +28,6 @@
13  dnl ---- for linking. 
14  if test x"$ac_cv_prog_gxx" = x; then
15    AC_PROG_CC
16 -  if test x"$ac_cv_prog_gcc" = x; then
17 -    CXX_LINK=${CC}
18 -  fi
19  fi
20  
21  dnl ---------- Also check how to turn off RTTI and exception handling ---
This page took 0.030237 seconds and 3 git commands to generate.