diff configure.in @ 10:f9e8bbf33a2a

more fixes for solaris
author carl
date Tue, 30 Jan 2007 16:28:16 -0800
parents 48880e61ce5e
children 61a4e8773e2e
line wrap: on
line diff
--- a/configure.in	Wed Jan 03 22:28:27 2007 -0800
+++ b/configure.in	Tue Jan 30 16:28:16 2007 -0800
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(sm-archive,1.2,carl@five-ten-sg.com)
+AC_INIT(sm-archive,1.3,carl@five-ten-sg.com)
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
@@ -29,6 +29,9 @@
 AC_FUNC_STAT
 AC_CHECK_FUNCS([memset socket strchr strdup strncasecmp strtol daemon])
 
+# check for posix threads
+ACX_PTHREAD
+
 AC_CONFIG_FILES([Makefile
                  sm-archive.spec
                  html/Makefile