mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-09 00:29:32 +00:00
remove unnecessary checks in configure.ac
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -42,3 +42,10 @@ tests/test-searpc
|
||||
cscope*
|
||||
pysearpc/rpc_table.py
|
||||
*.pc
|
||||
demo/searpc-marshal.h
|
||||
demo/searpc-signature.h
|
||||
tests/searpc-marshal.h
|
||||
tests/searpc-signature.h
|
||||
|
||||
|
||||
|
||||
|
20
configure.ac
20
configure.ac
@@ -15,16 +15,16 @@ AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
|
||||
#AC_CHECK_HEADERS([arpa/inet.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_INLINE
|
||||
AC_TYPE_SIZE_T
|
||||
AC_TYPE_SSIZE_T
|
||||
AC_TYPE_UINT16_T
|
||||
#AC_C_INLINE
|
||||
#AC_TYPE_SIZE_T
|
||||
#AC_TYPE_SSIZE_T
|
||||
#AC_TYPE_UINT16_T
|
||||
|
||||
# Checks for library functions.
|
||||
AC_CHECK_FUNCS([memset socket strerror strndup])
|
||||
#AC_CHECK_FUNCS([memset socket strerror strndup])
|
||||
|
||||
# Options about demos and pysearpc
|
||||
|
||||
@@ -100,14 +100,6 @@ if test "$bwin32" = true; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$bwin32" = true; then
|
||||
pyexecdir=${PYTHON_DIR}/Lib/site-packages
|
||||
pythondir=${pyexecdir}
|
||||
pkgpyexecdir=${pyexecdir}/${PACKAGE}
|
||||
pkgpythondir=${pythondir}/${PACKAGE}
|
||||
fi
|
||||
|
||||
|
||||
AC_CONFIG_SUBDIRS([json-glib])
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
|
Reference in New Issue
Block a user