Andy Wingo <[email protected]> writes: > On Wed 02 Sep 2009 15:11, [email protected] (Ludovic Courtès) writes: > >>> ac_cv_libunistring='no, consider installing GNU libunistring' >> >> We need to fix `configure' so that it throws an error in this case. > > I guess we need to pull in the configure.ac patch from > 1ee2c72eafaae5f91f4c899bc4b4853af5c16f28 again.
Yes. > Are you certain that f4863880f5ef539cb545999c19b6b5c0eec9382d was not > correct? Yes. > I don't see why gnulib is checking for libunistring at all. As mentioned in 18c73f8e2bc4a184db62a975fa5bf2fdf43453e1, Gnulib's `gl_LIBUNISTRING' (which is automatically called since we use the `libunistring' module) does this already, and doing it twice just doesn't work. Thanks, Ludo'.
