summaryrefslogtreecommitdiff
path: root/macros2/gnome-cxx-check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros2/gnome-cxx-check.m4')
-rw-r--r--macros2/gnome-cxx-check.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/macros2/gnome-cxx-check.m4 b/macros2/gnome-cxx-check.m4
deleted file mode 100644
index 786138c5..00000000
--- a/macros2/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)
-])