Hello Sam,

On Mon, Mar 01, 2021 at 10:09:21AM -0500, Sam Varshavchik wrote:
> > Courier-imap:
> > ./configure --with-notice=unicode
> >         ends with error message:
> > 
> > ERROR: The Courier Unicode Library 2.1 header files appear not to be
> > installed.
>
> Some newer macros got inadvertently pulled in.

I saw the change in configure and reverted it. It seems to have fixed the
problem for me. Is the attached diff correct to get it to compile?

Regards,

Michael Brunnbauer

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail bru...@netestate.de
++  https://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
--- configure.orig      2021-03-01 16:11:21.416626766 +0100
+++ configure   2021-03-01 16:13:02.976780728 +0100
@@ -12716,7 +12716,7 @@
 set -- `echo "$vers" | tr '.' ' '`
 
 v=$1
-r=`echo "00"$2 | sed 's/.*(...)$/$1/'`
+r=$2
 
 p=$3
 
@@ -12724,7 +12724,6 @@
    then p="0"
 fi
 
-p=`echo "00"$p | sed 's/.*(...)$/$1/'`
 
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to