changeset 22675:ac12e2598a03

I'm an idiot and forgot to escape my apostrophe. This took *way* too long to see.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 16 Apr 2008 05:44:40 +0000
parents d79f10007de0
children 17d1054cea03
files configure.ac
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Apr 16 05:32:14 2008 +0000
+++ b/configure.ac	Wed Apr 16 05:44:40 2008 +0000
@@ -2437,11 +2437,12 @@
 if test "x$pidginpath" != "x" ; then
 	echo Warning: You have an old copy of Pidgin at $pidginpath.
 fi
-if test "x$enable_pixmaps" = "xno"; then
+if test "x$enable_pixmaps" = "xno" ; then
 	echo
 	echo Warning: You have disabled the installation of pixmap data, but Pidgin
-	echo still requires installed pixmaps!  Be sure you know what you're doing!
+	echo still requires installed pixmaps.  Be sure you know what you\'re doing.
 fi
 echo
 echo configure complete, now type \'make\'
 echo
+