fix
This commit is contained in:
parent
bce38d13a2
commit
1f2df31aa7
1
smmapdfw/configure
vendored
1
smmapdfw/configure
vendored
@ -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
|
echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6
|
||||||
if test $ac_cv_lib_c_r_pthread_create = yes; then
|
if test $ac_cv_lib_c_r_pthread_create = yes; then
|
||||||
CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
|
CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
|
||||||
|
LIBS="$LIBS -lc_r"
|
||||||
else
|
else
|
||||||
{ { echo "$as_me:$LINENO: error: *** we can't go without threads" >&5
|
{ { echo "$as_me:$LINENO: error: *** we can't go without threads" >&5
|
||||||
echo "$as_me: error: *** we can't go without threads" >&2;}
|
echo "$as_me: error: *** we can't go without threads" >&2;}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
|
||||||
AC_INIT(smmapdfw, 0.9, woho@hottis.de)
|
AC_INIT(smmapdfw, 0.9, woho@hottis.de)
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user