gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 23 Oct 2005 19:08:12 +0200

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);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]