<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h:config.h.in])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([pez.c])
 
-# AM_INIT_AUTOMAKE(pez, 1.4.3)
+# AM_INIT_AUTOMAKE(pez, 1.5.0)
 AM_INIT_AUTOMAKE
 
 AC_PROG_LIBTOOL
@@ -23,15 +23,19 @@ AC_CHECK_PROG([RUBY], [ruby], 1, 0)
 AC_CHECK_PROG([RLWRAP], [rlwrap], rlwrap,)
 
 # Checks for libraries.
-# FIXME: Replace `main' with a function in `-ldl':
-AC_CHECK_LIB([dl], [dlopen])
-# FIXME: Replace `main' with a function in `-lm':
-AC_CHECK_LIB([m], [log])
+AC_CHECK_LIB([m], [log], [],
+	     [echo &quot;Missing the standard C math library, -lm&quot; &gt;&amp;2; exit 1])
+AC_CHECK_LIB([dl], [dlopen], [],
+	     [echo &quot;Missing the dynamic library loading library, -ldl&quot; &gt;&amp;2;
+	      exit 1])
+AC_CHECK_LIB([gc], [GC_malloc], [],
+	     [echo &quot;Missing the Boehm GC library, -lgc&quot; &gt;&amp;2; exit 1])
 
 # Checks for header files.
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([memory.h stdlib.h string.h sys/time.h unistd.h limits.h])
+AC_CHECK_HEADERS(
+	[memory.h stdlib.h string.h sys/time.h unistd.h limits.h gc/gc.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_TIME</diff>
      <filename>configure.ac</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>68bd1104a54616fc5b14c288251a5a67b48eed2e</id>
    </parent>
  </parents>
  <author>
    <name>Pete Elmore</name>
    <email>1337p337@gmail.com</email>
  </author>
  <url>http://github.com/pete/pez/commit/dac1a0af4c2e42a4cfcdf87e5f47fb3b86a439d9</url>
  <id>dac1a0af4c2e42a4cfcdf87e5f47fb3b86a439d9</id>
  <committed-date>2009-10-31T15:47:32-07:00</committed-date>
  <authored-date>2009-10-31T15:47:32-07:00</authored-date>
  <message>Adding the dependency on BoehmGC.  Guess what that means.</message>
  <tree>263df5027d990a6baab602682453da9e9f05b9c4</tree>
  <committer>
    <name>Pete Elmore</name>
    <email>1337p337@gmail.com</email>
  </committer>
</commit>
