More configure updates
This commit is contained in:
parent
ac2c3a7253
commit
7d5b9a933e
@ -305,6 +305,6 @@
|
||||
/* Define if you have the <zlib.h> header file. */
|
||||
#undef HAVE_ZLIB_H
|
||||
|
||||
/* Define if you have the <pthread.h> header file. */
|
||||
#undef HAVE_PTHREAD_H
|
||||
/* Defile if machine is bigendian */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
|
@ -5,7 +5,6 @@ AC_INIT(lib/libs.h)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html script"
|
||||
AC_SUBST(SUBDIRS)
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
dnl
|
||||
dnl General settings for MBSE BBS
|
||||
@ -58,7 +57,6 @@ AC_CHECK_PROG(TAR, tar, tar)
|
||||
AC_CHECK_PROG(ZIP, zip, zip)
|
||||
AC_PATH_PROG(CHOWN, chown, chown, /bin:/sbin:/usr/bin:/usr/sbin:)
|
||||
AC_C_BIGENDIAN
|
||||
AC_SYS_LONG_FILE_NAMES
|
||||
|
||||
|
||||
dnl
|
||||
@ -96,7 +94,6 @@ else
|
||||
LIBS="$LIBS -lpthread"
|
||||
fi
|
||||
fi
|
||||
AC_CHECK_HEADERS(pthread.h,PTHREADS=Yes,PTHREADS=No)
|
||||
|
||||
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user