summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-06-09 12:29:59 -0700
committerDavid Schleef <ds@schleef.org>2010-06-09 12:29:59 -0700
commit733fca913736edad29dea6a8dded921282ecee20 (patch)
tree673ab61575910aed9f602fb041a45ec0248ee8dd
parentfad145b099880e387d4c1a541466b8e9e9d8a889 (diff)
Add orc.m4 to dist files
-rw-r--r--m4/Makefile.am3
-rw-r--r--m4/orc.m42
2 files changed, 3 insertions, 2 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index c1a559b..4f89f97 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -37,4 +37,5 @@ EXTRA_DIST = \
gtk-doc.m4 \
introspection.m4 \
pkg.m4 \
- check.m4
+ check.m4 \
+ orc.m4
diff --git a/m4/orc.m4 b/m4/orc.m4
index 99ca52f..f6355ff 100644
--- a/m4/orc.m4
+++ b/m4/orc.m4
@@ -39,7 +39,7 @@ AC_DEFUN([ORC_CHECK],
]))
-AC_DEFUN([ORC_NOTICE],
+AC_DEFUN([ORC_OUTPUT],
[
if test "$HAVE_ORC" = yes ; then
printf "configure: *** Orc acceleration enabled.\n"