Commits
David Gilman authored and Perry E. Metzger committed 83477164015
1 + | --- configure.ac 2019-04-26 11:43:32.648297000 -0400 |
2 + | +++ configure.ac 2019-07-09 18:11:50.759723658 -0400 |
3 + | |
4 + | # Clean up all leftovers from this test. |
5 + | rm -f crammd5_installed.c crammd5_installed |
6 + | |
7 + | -AS_IF([test "x$crammd5test" = "xfound"], |
8 + | +AS_IF([test "$(echo x$crammd5test | cut -c -6)" = "xfound"], |
9 + | [AC_MSG_RESULT([yes])], |
10 + | [AC_MSG_ERROR([no |
11 + | ------------------------------------------------------------------- |