Modified:
/wiki/Compiling.wiki
=======================================
--- /wiki/Compiling.wiki Wed Apr 29 15:20:28 2009
+++ /wiki/Compiling.wiki Sun Dec 25 01:49:02 2011
@@ -27,6 +27,6 @@
== Compiling programs that use libfake437 ==
-pkg-config support is provided, so for autotooled packages, use
`PKG_CHECK_MODULES([libfake437], [fake437], [], [AC_MSG_ERROR([:-(])])` in
the usual way.
+pkg-config support is provided, so for autotooled packages, use
`PKG_CHECK_MODULES([libfake437], [fake437])` in the usual way.
Simple makefiles can use `pkg-config --cflags fake437` and `pkg-config
--libs fake437` in the usual way.