From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /
Date: Sun, 29 Jul 2012 15:23:05 +0000 (UTC) [thread overview]
Message-ID: <1343575362.bbebb89c392739c5e195944a23ad5f8749fa4a63.blueness@gentoo> (raw)
commit: bbebb89c392739c5e195944a23ad5f8749fa4a63
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 12:46:44 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:22:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=bbebb89c
configure.ac: remove unnecessary check for yasm
(cherry picked from commit aa85dba6d084cb0d28703a9e77766f9d7376958b)
---
configure.ac | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9f32eb3..6ae009a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,17 +14,9 @@ AC_ARG_ENABLE(
[--enable-tests],
[perform tests]
),
- [
- AS_IF(
- [test "x$enable_tests" = "xyes"],
- [
- AC_CHECK_PROG([has_yasm],[yasm],["yes"],["no"])
- AS_IF([test "x$has_yasm" = "xno"],AC_MSG_ERROR(["Missing yasm assembler"]))
- ]
- )
- ]
+ [test "x$enable_tests" = "xyes"]
)
-AM_CONDITIONAL([TEST],[test "x$has_yasm" = "xyes"])
+AM_CONDITIONAL([TEST],[test "x$enable_tests" = "xyes"])
AC_ARG_ENABLE(
[xattr],
next reply other threads:[~2012-07-29 15:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-29 15:23 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 15:28 [gentoo-commits] proj/elfix:elfix-0.5.x commit in: / Anthony G. Basile
2012-07-27 22:37 Anthony G. Basile
2012-07-27 22:30 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1343575362.bbebb89c392739c5e195944a23ad5f8749fa4a63.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox