# HG changeset patch # User John Bailey # Date 1208324680 0 # Node ID ac12e2598a038786859532eb85aa08d32538580c # Parent d79f10007de067b4e2e732837a8b165d7840fac8 I'm an idiot and forgot to escape my apostrophe. This took *way* too long to see. diff -r d79f10007de0 -r ac12e2598a03 configure.ac --- 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 +