Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv23879
Modified Files:
saslprep.c
Log Message:
Improve pr29 check.
--- /home/cvs/gsasl/lib/src/saslprep.c 2005/10/23 15:45:43 1.7
+++ /home/cvs/gsasl/lib/src/saslprep.c 2005/10/23 17:08:12 1.8
@@ -24,7 +24,7 @@
#if HAVE_LIBIDN
# include <stringprep.h>
-# if HAVE_PR29_H
+# if defined (HAVE_PR29_H) && defined (HAVE_PR29_8Z)
# include <pr29.h>
# endif
#endif
@@ -64,7 +64,7 @@
return GSASL_SASLPREP_ERROR;
}
-# if HAVE_PR29_8Z
+# if defined (HAVE_PR29_8Z) && defined (HAVE_PR29_H)
if (pr29_8z (out) != PR29_SUCCESS)
{
free (*out);
_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit