aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 10:27:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 10:27:34 +0000
commit12cb734c3c7ccdec2a7c9f7fc7517aa37d4fd385 (patch)
tree2d2a720903eb1ba2e3e4e507f467617a26469ee3 /configure.in
parente2a9edf210f40519169a1169801df56fcb4ef0fc (diff)
check for regex.h and regcomp().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@471 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 25f81ba2..d5febe3f 100644
--- a/configure.in
+++ b/configure.in
@@ -292,7 +292,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(fcntl.h sys/file.h unistd.h paths.h \
sys/param.h sys/utsname.h sys/select.h \
wchar.h wctype.h \
- netdb.h)
+ netdb.h regex.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -325,7 +325,7 @@ AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \
wcsstr wcswcs iswalnum iswspace towlower \
wcslen wcscpy wcsncpy \
uname flock lockf inet_aton inet_addr \
- fchmod mkstemp truncate getuid)
+ fchmod mkstemp truncate getuid regcomp)
AC_OUTPUT([
Makefile