Skip to content

Commit

Permalink
Removed AC_TYPE_SSIZE_T. Its not supported by autoconf in Centos 5
Browse files Browse the repository at this point in the history
  • Loading branch information
joegen committed Feb 22, 2013
1 parent f4afeda commit 44c40ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/carp.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl Check for types
AC_TYPE_SIGNAL
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
#AC_TYPE_SSIZE_T
AC_CHECK_TYPE(dev_t, , [AC_DEFINE(dev_t, unsigned int, [dev_t type])],
[
#ifdef HAVE_UNISTD_H
Expand Down Expand Up @@ -247,4 +247,4 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[

sysconfdir="$CONFDIR"
AC_SUBST(sysconfdir)
CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\""
CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\""

0 comments on commit 44c40ba

Please sign in to comment.