~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-28 19:47:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100328194736-1ob7kh1qr0fy8b9k
Tags: 3.1.0-1
* New upstream release.
* Fix path of syslog logfile (closes: #575722) and use tty10 instead of
  vc/10 to log on console.
* Provide syslog-ng in initscript (closes: #575723).

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
dnl Checks for programs.
144
144
AC_PROG_CC
145
145
AM_PROG_CC_STDC
 
146
AC_PROG_CC_C99
 
147
if test "x$ac_cv_prog_cc_c99" = "xno"; then
 
148
        AC_MSG_ERROR("C99 standard compliant C compiler required. Try GCC 3.x or later.")
 
149
fi
146
150
AC_PROG_YACC
147
151
AM_PROG_LEX
148
152
AC_PROG_MAKE_SET
183
187
                        CFLAGS="${CFLAGS} -D_LARGE_FILES=1"
184
188
                fi
185
189
                ;;
 
190
        OSF1)
 
191
                CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_OSF_SOURCE -D_POSIX_C_SOURCE"
 
192
                ;;
186
193
esac 
187
194
 
188
195
 
318
325
        fi
319
326
fi
320
327
 
321
 
AC_CHECK_FUNCS(strdup strtol strtoll strtoimax inet_aton inet_ntoa getopt_long getaddrinfo getutent pread pwrite strcasestr)
 
328
AC_CHECK_FUNCS(strdup strtol strtoll strtoimax inet_aton inet_ntoa getopt_long getaddrinfo getutent pread pwrite strcasestr memrchr)
322
329
 
323
330
old_LIBS=$LIBS
324
331
AC_CACHE_CHECK(for TCP wrapper library,