diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-05-28 00:36:06 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-05-28 00:36:06 -0600 |
commit | 7d52215d26b6bec1888f546da5d56657cfb16516 (patch) | |
tree | 6ae0088b05bc1475f1ff718a3c3a0dd93957cd63 /include | |
parent | 5c30b8df3075199ee502f5003d71297d7c117665 (diff) | |
download | alpine-7d52215d26b6bec1888f546da5d56657cfb16516.tar.xz |
* Changes to configure.ac to fix build in Debian/Ubuntu.
- added check for libpam
- added check for libcrypto
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in index dadc4341..f4ad936d 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -591,6 +591,9 @@ /* System fixed pinerc */ #undef SYSTEM_PINERC_FIXED +/* Local Support Info File */ +#undef SYSTEM_PINE_INFO_PATH + /* Pine-Centric Host Specifier */ #undef SYSTYPE |