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
684c0a89
...
684c0a895deb8aee17e8f384c12624b5d665760d
authored
2001-09-14 12:05:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for presense of GNU obstack functions.
1 parent
f0e4c79e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
configure.in
configure.in
View file @
684c0a8
...
...
@@ -78,7 +78,7 @@ AC_HEADER_DIRENT
AM_C_PROTOTYPES
AC_CHECK_HEADERS(argp.h errno.h fcntl.h inttypes.h libgen.h limits.h malloc.h \
paths.h shadow.h stdarg.h stdio.h stdlib.h string.h strings.h sys/file.h \
syslog.h termios.h termio.h sgtty.h unistd.h )
syslog.h termios.h termio.h sgtty.h unistd.h
obstack.h termcap.h
)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
...
...
@@ -129,6 +129,10 @@ if test x"$ac_cv_func_argp_parse" != xyes; then
AC_SUBST(ARGPINCS)
fi
AC_CHECK_FUNCS(_obstack_begin,
[AC_DEFINE(HAVE_OBSTACK)],
[LIBOBJS="$LIBOBJS obstack.o"])
dnl check if mysql support was added
AC_SUBST(BUILD_LIBMYSQL)
AC_SUBST(MYSQLLIBS)
...
...
@@ -246,4 +250,5 @@ AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
m4/Makefile doc/Makefile argp/Makefile lib/Makefile lib/posix/Makefile
mailbox/Makefile imap4d/Makefile mailbox/include/Makefile from/Makefile
mail/Makefile pop3d/Makefile frm/Makefile sieve/Makefile messages/Makefile
scripts/Makefile libmu_scm/Makefile guimb/Makefile guimb/scm/Makefile MySql/Makefile)
scripts/Makefile libmu_scm/Makefile guimb/Makefile guimb/scm/Makefile
MySql/Makefile)
...
...
Please
register
or
sign in
to post a comment