diff options
author | Fatih Demir <kabalak@src.gnome.org> | 2000-02-13 18:35:30 +0800 |
---|---|---|
committer | Fatih Demir <kabalak@src.gnome.org> | 2000-02-13 18:35:30 +0800 |
commit | 61657f8452b1c1b2829610af9d0efd30076c1798 (patch) | |
tree | 6ec1afa61845b6cdec2a89e30c34923ce9e3e859 /macros/gnome-cxx-check.m4 | |
parent | e07a05c550c1382031b7e57cf39765bb12165b85 (diff) | |
download | gsoc2013-evolution-61657f8452b1c1b2829610af9d0efd30076c1798.tar.gz gsoc2013-evolution-61657f8452b1c1b2829610af9d0efd30076c1798.tar.zst gsoc2013-evolution-61657f8452b1c1b2829610af9d0efd30076c1798.zip |
removed gtranslator for re-checkin
svn path=/trunk/; revision=1746
Diffstat (limited to 'macros/gnome-cxx-check.m4')
-rw-r--r-- | macros/gnome-cxx-check.m4 | 10 |
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 786138c5d9..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) -]) |