Mercurial > openid
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:3c209338e596 | 1:c230e6da3ff6 |
---|---|
6 AC_CONFIG_MACRO_DIR([m4]) | 6 AC_CONFIG_MACRO_DIR([m4]) |
7 | 7 |
8 AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit 1]) | 8 AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit 1]) |
9 | 9 |
10 LIBCURL_CHECK_CONFIG(yes, [], [echo >/dev/null], [echo "You must install libcurl development files."; exit 1]) | 10 LIBCURL_CHECK_CONFIG(yes, [], [echo >/dev/null], [echo "You must install libcurl development files."; exit 1]) |
11 | |
12 AC_PROG_CXX | |
13 AX_LIB_EXPAT | |
11 | 14 |
12 if test [$prefix = "NONE"]; then | 15 if test [$prefix = "NONE"]; then |
13 prefix=/usr/local | 16 prefix=/usr/local |
14 fi | 17 fi |
15 | 18 |