diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-23 20:02:54 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-23 20:02:54 +0000 |
commit | 3d20d6aaef4b9a3865206c832d1c98a5b54b466c (patch) | |
tree | f48d8a1a9e84f2c77f858b2b799187f4f3f8bc2d /configure.in | |
parent | 9ec5dfe64b819bec13c8eb5691d2a57bc6c9d7ec (diff) | |
download | emacs-3d20d6aaef4b9a3865206c832d1c98a5b54b466c.tar.gz |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6c3f41264b1..fbf0b440b1b 100644 --- a/configure.in +++ b/configure.in @@ -2609,7 +2609,7 @@ if test "${HAVE_X11}" = "yes"; then MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" if test "X${MISSING}" != X; then - AC_MSG_ERROR([The following required libraries was not found: + AC_MSG_ERROR([The following required libraries were not found: $MISSING Maybe some development libraries/packages are missing? If you don't want to link with them give |