Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
921512d2
...
921512d23cfda656d2be2994a2e5ef5d5ce46503
authored
2004-09-19 21:15:35 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Reverted part of yesterday's changes (libmu_cpp).
1 parent
88a6127b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
configure.ac
configure.ac
View file @
921512d
...
...
@@ -27,7 +27,6 @@ AC_PREREQ(2.59)
dnl Check for programs
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
...
...
@@ -684,18 +683,6 @@ if test x"$useguile" = x"yes"; then
],[useguile=no])
fi
dnl Check whether to enable C++ support
if test -z "$CXX"; then
:
else
AC_SUBST(MU_CXX_LIBS)
AC_SUBST(MU_CXX_PROGS)
AC_SUBST(MU_CXX_INCLUDES)
MU_CXX_LIBS='$(MU_CXX_LIBS)'
MU_CXX_PROGS='$(MU_CXX_PROGS)'
MU_CXX_INCLUDES='$(MU_CXX_INCLUDES)'
fi
dnl Check for Emacs site-lisp directory
AM_PATH_LISPDIR
...
...
@@ -769,11 +756,6 @@ AC_CONFIG_FILES([Makefile
include/mailutils/sys/Makefile
intl/Makefile
lib/Makefile
libmu_cpp/Makefile
libmu_cpp/examples/Makefile
libmu_cpp/include/Makefile
libmu_cpp/include/mailutils/Makefile
libmu_cpp/include/mailutils/c++/Makefile
libmu_scm/Makefile
libsieve/Makefile
libsieve/extensions/Makefile
...
...
Please
register
or
sign in
to post a comment