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

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
AC_ARG_ENABLE(mixed-linking,
126
126
              [  --enable-mixed-linking          Link 3rd party libraries statically, system libraries dynamically],,enable_mixed_linking="auto")
127
127
 
 
128
AC_ARG_WITH([embedded-crypto],
 
129
              [  --with-embedded-crypto          Do not create a separate libsyslog-ng-crypto library])
 
130
              
128
131
AC_ARG_ENABLE(ipv6,
129
132
              [  --enable-ipv6           Enable support for IPv6.],,enable_ipv6="auto")
130
133
 
479
482
        AC_CHECK_LIB(cap, cap_set_proc, LIBCAP_LIBS="-lcap")
480
483
fi
481
484
 
482
 
AC_CHECK_FUNCS(strdup strtol strtoll strtoimax inet_aton inet_ntoa getopt_long getaddrinfo getutent getutxent pread pwrite strcasestr memrchr localtime_r gmtime_r)
 
485
AC_CHECK_FUNCS(strdup strtol strtoll strtoimax inet_aton inet_ntoa getopt_long getaddrinfo getnameinfo getutent getutxent pread pwrite strcasestr memrchr localtime_r gmtime_r)
483
486
old_LIBS=$LIBS
484
487
LIBS=$BASE_LIBS
485
488
AC_CHECK_FUNCS(clock_gettime)
1084
1087
AM_CONDITIONAL(ENABLE_MONGODB, [test "$enable_mongodb" = "yes"])
1085
1088
AM_CONDITIONAL(ENABLE_JSON, [test "$enable_json" = "yes"])
1086
1089
AM_CONDITIONAL(WITH_LIBSYSTEMD, [test "$with_libsystemd" = "yes"])
 
1090
AM_CONDITIONAL(WITH_EMBEDDED_CRYPTO, [test "$with_embedded_crypto" = "yes"])
1087
1091
 
1088
1092
# substitution into manual pages
1089
1093
expanded_sysconfdir=[`patheval $sysconfdir | sed -e 's/-/\\\\-/g'`]
1170
1174
echo "  linker flags                : $LDFLAGS $LIBS"
1171
1175
echo "  prefix                      : $prefix"
1172
1176
echo "  linking mode                : $linking_mode"
 
1177
echo "  embedded crypto             : ${with_embedded_crypto:=no}"
1173
1178
echo "  __thread keyword            : ${ac_cv_have_tls:=no}"
1174
1179
echo " Submodules:"
1175
1180
echo "  ivykis                      : $with_ivykis"