mirror of https://github.com/citusdata/citus.git
remove liblwgeom from dependencies in citus
parent
089650db11
commit
f4c5f9e2ea
|
@ -208,12 +208,6 @@ failure. It is possible the compiler isn't looking in the proper directory.
|
||||||
Use --without-libcurl to disable libcurl support.])])
|
Use --without-libcurl to disable libcurl support.])])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
|
||||||
# liblwgeom
|
|
||||||
#
|
|
||||||
AC_CHECK_LIB(lwgeom, lwgeom_add_bbox, [], [AC_MSG_ERROR([liblwgeom not found])])
|
|
||||||
AC_CHECK_HEADER(liblwgeom.h, [], [AC_MSG_ERROR([liblwgeom header not found])])
|
|
||||||
|
|
||||||
# REPORTS_BASE_URL definition
|
# REPORTS_BASE_URL definition
|
||||||
PGAC_ARG_REQ(with, reports-hostname, [HOSTNAME],
|
PGAC_ARG_REQ(with, reports-hostname, [HOSTNAME],
|
||||||
[Use HOSTNAME as hostname for statistics collection and update checks],
|
[Use HOSTNAME as hostname for statistics collection and update checks],
|
||||||
|
|
|
@ -37,21 +37,18 @@
|
||||||
/* Define to 1 if you have the `curl' library (-lcurl). */
|
/* Define to 1 if you have the `curl' library (-lcurl). */
|
||||||
#undef HAVE_LIBCURL
|
#undef HAVE_LIBCURL
|
||||||
|
|
||||||
/* Define to 1 if you have the `lwgeom' library (-llwgeom). */
|
|
||||||
#undef HAVE_LIBLWGEOM
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `lz4' library (-llz4). */
|
/* Define to 1 if you have the `lz4' library (-llz4). */
|
||||||
#undef HAVE_LIBLZ4
|
#undef HAVE_LIBLZ4
|
||||||
|
|
||||||
/* Define to 1 if you have the `zstd' library (-lzstd). */
|
/* Define to 1 if you have the `zstd' library (-lzstd). */
|
||||||
#undef HAVE_LIBZSTD
|
#undef HAVE_LIBZSTD
|
||||||
|
|
||||||
/* Define to 1 if you have the <memory.h> header file. */
|
|
||||||
#undef HAVE_MEMORY_H
|
|
||||||
|
|
||||||
/* Define to 1 if you have the <stdint.h> header file. */
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||||||
#undef HAVE_STDINT_H
|
#undef HAVE_STDINT_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <stdio.h> header file. */
|
||||||
|
#undef HAVE_STDIO_H
|
||||||
|
|
||||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||||
#undef HAVE_STDLIB_H
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
|
@ -94,5 +91,7 @@
|
||||||
/* The size of `void *', as computed by sizeof. */
|
/* The size of `void *', as computed by sizeof. */
|
||||||
#undef SIZEOF_VOID_P
|
#undef SIZEOF_VOID_P
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
||||||
|
required in a freestanding environment). This macro is provided for
|
||||||
|
backward compatibility; new code need not use it. */
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
Loading…
Reference in New Issue