Reverted part of yesterday's changes (libmu_cpp).
Showing
1 changed file
with
0 additions
and
18 deletions
... | @@ -27,7 +27,6 @@ AC_PREREQ(2.59) | ... | @@ -27,7 +27,6 @@ AC_PREREQ(2.59) |
27 | 27 | ||
28 | dnl Check for programs | 28 | dnl Check for programs |
29 | AC_PROG_CC | 29 | AC_PROG_CC |
30 | AC_PROG_CXX | ||
31 | AC_PROG_INSTALL | 30 | AC_PROG_INSTALL |
32 | AC_PROG_LN_S | 31 | AC_PROG_LN_S |
33 | AC_LIBTOOL_DLOPEN | 32 | AC_LIBTOOL_DLOPEN |
... | @@ -684,18 +683,6 @@ if test x"$useguile" = x"yes"; then | ... | @@ -684,18 +683,6 @@ if test x"$useguile" = x"yes"; then |
684 | ],[useguile=no]) | 683 | ],[useguile=no]) |
685 | fi | 684 | fi |
686 | 685 | ||
687 | dnl Check whether to enable C++ support | ||
688 | if test -z "$CXX"; then | ||
689 | : | ||
690 | else | ||
691 | AC_SUBST(MU_CXX_LIBS) | ||
692 | AC_SUBST(MU_CXX_PROGS) | ||
693 | AC_SUBST(MU_CXX_INCLUDES) | ||
694 | MU_CXX_LIBS='$(MU_CXX_LIBS)' | ||
695 | MU_CXX_PROGS='$(MU_CXX_PROGS)' | ||
696 | MU_CXX_INCLUDES='$(MU_CXX_INCLUDES)' | ||
697 | fi | ||
698 | |||
699 | dnl Check for Emacs site-lisp directory | 686 | dnl Check for Emacs site-lisp directory |
700 | AM_PATH_LISPDIR | 687 | AM_PATH_LISPDIR |
701 | 688 | ||
... | @@ -769,11 +756,6 @@ AC_CONFIG_FILES([Makefile | ... | @@ -769,11 +756,6 @@ AC_CONFIG_FILES([Makefile |
769 | include/mailutils/sys/Makefile | 756 | include/mailutils/sys/Makefile |
770 | intl/Makefile | 757 | intl/Makefile |
771 | lib/Makefile | 758 | lib/Makefile |
772 | libmu_cpp/Makefile | ||
773 | libmu_cpp/examples/Makefile | ||
774 | libmu_cpp/include/Makefile | ||
775 | libmu_cpp/include/mailutils/Makefile | ||
776 | libmu_cpp/include/mailutils/c++/Makefile | ||
777 | libmu_scm/Makefile | 759 | libmu_scm/Makefile |
778 | libsieve/Makefile | 760 | libsieve/Makefile |
779 | libsieve/extensions/Makefile | 761 | libsieve/extensions/Makefile | ... | ... |
-
Please register or sign in to post a comment