aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-cxx-check.m4
diff options
context:
space:
mode:
authorgfarris <gfarris@src.gnome.org>2001-12-05 04:55:41 +0800
committergfarris <gfarris@src.gnome.org>2001-12-05 04:55:41 +0800
commite508d293964edda19447e713a2503e3133e84161 (patch)
tree836e96fae4c645a2aaf533b0a2f0650dd19a03c3 /macros/gnome-cxx-check.m4
parent4b74a42adf77437cebda06977077664dc66cdf8c (diff)
downloadgsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.gz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.bz2
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.lz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.xz
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.tar.zst
gsoc2013-evolution-e508d293964edda19447e713a2503e3133e84161.zip
*** empty log message ***
svn path=/trunk/; revision=14868
Diffstat (limited to 'macros/gnome-cxx-check.m4')
-rw-r--r--macros/gnome-cxx-check.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/macros/gnome-cxx-check.m4 b/macros/gnome-cxx-check.m4
deleted file mode 100644
index 3c54d62bca..0000000000
--- a/macros/gnome-cxx-check.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-dnl GNOME_CHECK_CXX(not_found_string)
-AC_DEFUN([GNOME_CHECK_CXX],
-[
- # see if a C++ compiler exists and works
- AC_REQUIRE([AC_PROG_CXX])dnl
- if test "x$ac_cv_prog_cxx_works" = xno; then
- AC_MSG_WARN(ifelse([$1], , "No C++ compiler", [$1]))
- fi
- AM_CONDITIONAL(CXX_PRESENT, test "x$ac_cv_prog_cxx_works" != xno)
-])