From: Hallvard Furuseth Date: Tue, 9 Mar 1999 08:05:27 +0000 (+0000) Subject: Fix typo -lxttp => -lxtpp in HAVE_XTPP comment X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~425 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6de5ba28344b3c787835e589fe89b5e4da5bf4ce;p=openldap Fix typo -lxttp => -lxtpp in HAVE_XTPP comment --- diff --git a/include/portable.h.in b/include/portable.h.in index 7a442cf703..f1e9179c0e 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -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 */ diff --git a/include/portable.h.nt b/include/portable.h.nt index e9d3640c9f..ed185606fc 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -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 */