diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-29 19:47:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-29 19:47:17 +0000 |
commit | 1fb435ea62764dcdb5db42dd0fe11e29e23acc2f (patch) | |
tree | 434c35c3b3dd4692eefa665d0f34b8b4073882f2 /configure.in | |
parent | ed123baa1bd00437f8db4a8849ee206c79963545 (diff) | |
download | fetchmail-1fb435ea62764dcdb5db42dd0fe11e29e23acc2f.tar.gz fetchmail-1fb435ea62764dcdb5db42dd0fe11e29e23acc2f.tar.bz2 fetchmail-1fb435ea62764dcdb5db42dd0fe11e29e23acc2f.zip |
Fux configure test for opie.h.
svn path=/trunk/; revision=1434
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 65ea20b4..9dad13fb 100644 --- a/configure.in +++ b/configure.in @@ -161,7 +161,7 @@ AC_ARG_ENABLE(opie, [with_opie=no]) if test "$with_opie" = "yes"; then - AC_CHECK_HEADER(opie,, + AC_CHECK_HEADER(opie.h,, [echo 'configure: cannot find <opie.h>, which is required for OPIE support.'; exit 1]) AC_CHECK_LIB(opie,opiegenerator,, [echo 'configure: cannot find libopie, which is required for OPIE support.'; exit 1]) |