I'm an idiot and forgot to escape my apostrophe. This took *way* too long

Wed, 16 Apr 2008 05:44:40 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Wed, 16 Apr 2008 05:44:40 +0000
changeset 22818
bdcf442fc564
parent 22817
f8a97e000798
child 22819
7d360024a0df

I'm an idiot and forgot to escape my apostrophe. This took *way* too long
to see.

configure.ac file | annotate | diff | comparison | revisions
--- 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
+

mercurial