diff options
Diffstat (limited to 'macros/gnome-print-check.m4')
-rw-r--r-- | macros/gnome-print-check.m4 | 2 |
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)]) ]) |