]> git.pld-linux.org Git - packages/libsigc++.git/blob - libsigc++-m4.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/libsigc++.git] / libsigc++-m4.patch
1 diff -urN libsigc++-1.1.9.org/acinclude.m4 libsigc++-1.1.9/acinclude.m4
2 --- libsigc++-1.1.9.org/acinclude.m4    Thu Jan  1 01:00:00 1970
3 +++ libsigc++-1.1.9/acinclude.m4        Sun Apr 21 03:07:39 2002
4 @@ -0,0 +1,8 @@
5 +AC_DEFUN(AC_PROG_CXX_SUN,
6 +[AC_CACHE_CHECK(whether we are using SUN CC compiler, ac_cv_prog_sun_cxx,
7 +[if AC_TRY_COMMAND(${CXX-g++} -V 2>&1) | egrep "Sun WorkShop" >/dev/null 2>&1; then
8 +  ac_cv_prog_sun_cxx=yes
9 +else
10 +  ac_cv_prog_sun_cxx=no
11 +fi])])
12 +
This page took 0.066529 seconds and 3 git commands to generate.