From ec65c861a6b515529474629a3b04a8a2099e51e4 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Tue, 4 Dec 2001 05:43:50 +0000 Subject: fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions) svn path=/trunk/; revision=14858 --- macros/gnome-cxx-check.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 macros/gnome-cxx-check.m4 (limited to 'macros/gnome-cxx-check.m4') diff --git a/macros/gnome-cxx-check.m4 b/macros/gnome-cxx-check.m4 new file mode 100644 index 0000000000..3c54d62bca --- /dev/null +++ b/macros/gnome-cxx-check.m4 @@ -0,0 +1,10 @@ +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) +]) -- cgit v1.2.3