mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix typo -lxttp => -lxtpp in HAVE_XTPP comment
This commit is contained in:
parent
083455be6b
commit
6de5ba2834
2 changed files with 2 additions and 2 deletions
|
|
@ -549,7 +549,7 @@
|
|||
/* Define if you have the socket library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* define if you have -lxttp */
|
||||
/* define if you have -lxtpp */
|
||||
#undef HAVE_XTPP
|
||||
|
||||
/* define if you have -ldsap */
|
||||
|
|
|
|||
|
|
@ -612,7 +612,7 @@ typedef char * caddr_t;
|
|||
/* Define if you have the socket library (-lsocket). */
|
||||
/* #undef HAVE_LIBSOCKET */
|
||||
|
||||
/* define if you have -lxttp */
|
||||
/* define if you have -lxtpp */
|
||||
/* #undef HAVE_XTPP */
|
||||
|
||||
/* define if you have -ldsap */
|
||||
|
|
|
|||
Loading…
Reference in a new issue