Make return value of SetPriorityClass() behave the same as setpriority().
[oweals/tinc.git] / configure.in
index a6dd6d691b735ec59f867fadf01775f94dcf9c31..8836ca2db1bd9ab62861b0b15991e39263ce854d 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.61)
 AC_INIT
 AC_CONFIG_SRCDIR([src/tincd.c])
-AM_INIT_AUTOMAKE(tinc, 1.0.14)
+AM_INIT_AUTOMAKE(tinc, 1.0.14+git)
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
@@ -153,9 +153,9 @@ AC_CACHE_SAVE
 
 dnl These are defined in files in m4/
 
-tinc_OPENSSL
 tinc_ZLIB
 tinc_LZO
+tinc_OPENSSL
 
 dnl Check if support for jumbograms is requested 
 AC_ARG_ENABLE(jumbograms,