summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-11-03 18:50:27 +0000
committerDavid Schleef <ds@schleef.org>2005-11-03 18:50:27 +0000
commit921a0f1bfbe201c79aa4159eaaeeb6a1fba0c74f (patch)
tree0e740176ce0fd4e82e82e0df27c736285da9f8e5
parent3746e2def3378bae548ea22113ba34221a1e1eeb (diff)
downloadliboil-921a0f1bfbe201c79aa4159eaaeeb6a1fba0c74f.tar.gz
* configure.ac: Turn of asm-blocks, becuase it doesn't compile
on OS/X.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 789c0e9..868d3be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-03 David Schleef <ds@schleef.org>
+
+ * configure.ac: Turn of asm-blocks, becuase it doesn't compile
+ on OS/X.
+
2005-11-02 David Schleef <ds@schleef.org>
* configure.ac: revert to -Wa,-mregnames
diff --git a/configure.ac b/configure.ac
index 1af87b2..7a24cae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,8 @@ if test x$HAVE_GCC_POWERPC = xyes ; then
true)
fi
-AS_COMPILER_FLAG(["-fasm-blocks"], HAVE_ASM_BLOCKS=yes, HAVE_ASM_BLOCKS=no)
+#AS_COMPILER_FLAG(["-fasm-blocks"], HAVE_ASM_BLOCKS=yes, HAVE_ASM_BLOCKS=no)
+HAVE_ASM_BLOCKS=no
if test "x$HAVE_ASM_BLOCKS" = "xyes"
then
LIBOIL_CFLAGS="$LIBOIL_CFLAGS -fasm-blocks"