diff configure.ac @ 1:c230e6da3ff6

Discovered LiveJournal endpoint
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 13:10:36 -0500
parents 3c209338e596
children b416b9b9dc38
line wrap: on
line diff
--- a/configure.ac	Sun Dec 26 12:04:08 2010 -0500
+++ b/configure.ac	Sun Dec 26 13:10:36 2010 -0500
@@ -9,6 +9,9 @@
 
 LIBCURL_CHECK_CONFIG(yes, [], [echo >/dev/null], [echo "You must install libcurl development files."; exit 1])
 
+AC_PROG_CXX
+AX_LIB_EXPAT
+
 if test [$prefix = "NONE"]; then
     prefix=/usr/local
 fi