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