summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2016-03-16 20:51:58 -0700
committerjsorg71 <jay.sorg@gmail.com>2016-03-16 20:51:58 -0700
commit034ee36f9c3aa93098fac08d2da901d032460c78 (patch)
tree095d42574a819ff3d3e117b6798b39d0f1ed5099 /configure.ac
parent6b3fc5a373e818227c6bad8074952ac078eb37f5 (diff)
parent9091c3eef25734ff77185cb997334abaf5487404 (diff)
downloadxrdp-proprietary-034ee36f9c3aa93098fac08d2da901d032460c78.tar.gz
xrdp-proprietary-034ee36f9c3aa93098fac08d2da901d032460c78.zip
Merge pull request #341 from proski/sanity-checks
Sanity checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80fad1c3..50eff683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script
-AC_PREREQ(2.59)
+AC_PREREQ(2.65)
AC_INIT([xrdp], [0.9.0], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.7.2 foreign])
@@ -13,6 +13,9 @@ PKG_PROG_PKG_CONFIG
# Use silent rules by default if supported by Automake
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AX_CFLAGS_WARN_ALL
+AX_GCC_FUNC_ATTRIBUTE([format])
+
case $host_os in
*linux*)
linux=yes