mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
packaging: remove the --with-pkgconfigdir option
It was not necessary and would only confuse packagers.
This commit is contained in:
parent
c7ee71f792
commit
81b2faebd4
2 changed files with 1 additions and 5 deletions
|
@ -32,6 +32,7 @@ noinst_HEADERS += src/field_gmp_impl.h
|
|||
noinst_HEADERS += src/field.h
|
||||
noinst_HEADERS += src/field_impl.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libsecp256k1.pc
|
||||
|
||||
if USE_ASM
|
||||
|
|
|
@ -15,11 +15,6 @@ AC_PROG_INSTALL
|
|||
AC_PROG_SED
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH],
|
||||
[Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
|
||||
[pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig'])
|
||||
AC_SUBST([pkgconfigdir])
|
||||
|
||||
AC_PROG_CC_C99
|
||||
if test x"$ac_cv_prog_cc_c99" == x"no"; then
|
||||
AC_MSG_ERROR([c99 compiler support required])
|
||||
|
|
Loading…
Add table
Reference in a new issue