projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468bc06
)
Initialize HAVETHREADS (was accidently removed in previous commit).
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 21 Apr 2008 10:44:13 +0000
(12:44 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 21 Apr 2008 10:44:13 +0000
(12:44 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
575fc0e
..
b2ca830
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-272,6
+272,7
@@
dnl
AC_SUBST([YAZ_CONFIG_CFLAGS])
dnl
dnl ------ POSIX Threads
+HAVETHREADS=0
AC_ARG_ENABLE([threads],[ --disable-threads disable POSIX threads],[enable_threads=$enableval],[enable_threads=yes])
if test "$enable_threads" = "yes" -a "$HAVETHREADS" = "0"; then
ACX_PTHREAD([