This commit is contained in:
whottgen 2004-09-27 14:48:01 +00:00
parent bce38d13a2
commit 1f2df31aa7
2 changed files with 2 additions and 1 deletions

1
smmapdfw/configure vendored
View File

@ -2580,6 +2580,7 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6
if test $ac_cv_lib_c_r_pthread_create = yes; then
CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
LIBS="$LIBS -lc_r"
else
{ { echo "$as_me:$LINENO: error: *** we can't go without threads" >&5
echo "$as_me: error: *** we can't go without threads" >&2;}

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(smmapdfw, 0.9, woho@hottis.de)
AC_CONFIG_HEADERS([config.h])