Skip to content

Commit

Permalink
Merge pull request #191 from FeatherCoin/aciddude-patch-1
Browse files Browse the repository at this point in the history
Updated configure script
  • Loading branch information
wellenreiter01 committed Jul 11, 2017
2 parents 9dd41af + 80ddefa commit 2ef8812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -556,7 +556,7 @@ AC_MSG_CHECKING([whether to build feathercoind])
AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_feathercoind = xyes])
AC_MSG_RESULT($build_feathercoind)

AC_MSG_CHECKING([whether to build bitcoin-cli])
AC_MSG_CHECKING([whether to build feathercoin-cli])
AM_CONDITIONAL([BUILD_BITCOIN_CLI], [test x$build_bitcoin_cli = xyes])
AC_MSG_RESULT($build_bitcoin_cli)

Expand Down Expand Up @@ -651,7 +651,7 @@ if test x$bitcoin_enable_qt != xno; then
AC_MSG_WARN("xgettext is required to update qt translations")
fi

AC_MSG_CHECKING([whether to build test_bitcoin-qt])
AC_MSG_CHECKING([whether to build test_feathercoin-qt])
if test x$use_tests$bitcoin_enable_qt_test = xyesyes; then
AC_MSG_RESULT([yes])
BUILD_TEST_QT="test"
Expand All @@ -660,7 +660,7 @@ if test x$bitcoin_enable_qt != xno; then
fi
fi

AC_MSG_CHECKING([whether to build test_bitcoin])
AC_MSG_CHECKING([whether to build test_feathercoin])
if test x$use_tests = xyes; then
AC_MSG_RESULT([yes])
BUILD_TEST="test"
Expand Down

0 comments on commit 2ef8812

Please sign in to comment.