]> git.pld-linux.org Git - packages/icewm.git/blame - icewm-link_with_g++.patch
- R: xinitrc-ng instead of xinitrc
[packages/icewm.git] / icewm-link_with_g++.patch
CommitLineData
bfd25b99 1diff -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
d1b3aa2c 15 AC_PROG_CC
bfd25b99 16- if test x"$ac_cv_prog_gcc" = x; then
d1b3aa2c
JK
17- CXX_LINK=${CC}
18- fi
bfd25b99 19 fi
20
21 dnl ---------- Also check how to turn off RTTI and exception handling ---
This page took 0.034585 seconds and 4 git commands to generate.