aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-print-check.m4
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1999-04-17 09:22:18 +0800
committerRaja R Harinath <harinath@src.gnome.org>1999-04-17 09:22:18 +0800
commitceb6a5d36a3031895654f904b458145228e5ea1c (patch)
treeb587f43b608e64847b2348b0ef7fa0f434a39112 /macros/gnome-print-check.m4
parentd69cf86b685c94f8b0892b24444f24b36a57a234 (diff)
downloadgsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.gz
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.bz2
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.lz
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.xz
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.tar.zst
gsoc2013-evolution-ceb6a5d36a3031895654f904b458145228e5ea1c.zip
Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines. svn path=/trunk/; revision=818
Diffstat (limited to 'macros/gnome-print-check.m4')
-rw-r--r--macros/gnome-print-check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-print-check.m4 b/macros/gnome-print-check.m4
index 18e7b8ace2..7d98281d9c 100644
--- a/macros/gnome-print-check.m4
+++ b/macros/gnome-print-check.m4
@@ -167,5 +167,5 @@ int main ()
])
AC_DEFUN([GNOME_PRINT_CHECK], [
- AM_PATH_GNOME_PRINT(0.1.0,failure)
+ AM_PATH_GNOME_PRINT(0.1.0,,[AC_MSG_ERROR(GNOME-PRINT not found)])
])