Comment 2 for bug 375890

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Ah, ok. You're referring to a typo in a comment. That's pretty low priority really though.

+# Check for libnotify
+#
+
+PKG_CHECK_MODULES(LIBINDICATE, indicate >= 0.1)
+
+AC_SUBST(LIBINDICATE_CFLAGS)
+AC_SUBST(LIBINDICATE_LIBS)
+
+#