pidgin: 903e0b05: I'm an idiot and forgot to escape my apo...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Apr 16 01:50:40 EDT 2008
-----------------------------------------------------------------
Revision: 903e0b0567e45554fcadd6b7776eca2c4ad94200
Ancestor: debed63e47090bd9c5f465a6d7e1f1363686772a
Author: rekkanoryo at pidgin.im
Date: 2008-04-16T05:44:40
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/903e0b0567e45554fcadd6b7776eca2c4ad94200
Modified files:
configure.ac
ChangeLog:
I'm an idiot and forgot to escape my apostrophe. This took *way* too long
to see.
-------------- next part --------------
============================================================
--- configure.ac 8a40250a3f84073c778c66410c4fd2a55a0cd8f3
+++ configure.ac 3b26612e7eafb66176ebfdaf09f681359fdfca4a
@@ -2437,11 +2437,12 @@ fi
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
+
More information about the Commits
mailing list