GNOME Bugzilla – Bug 345514
-no-undefined doesn't work with latest libtool
Last modified: 2007-01-22 14:25:43 UTC
-no-undefined doesn't make any sense on linux and latest libtool decides to not create shared libraries with it. I removed it from vte HEAD. Patch needed to make it work in cygwin/win32.
r1492: 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Hack'n'slash my way through doing a bit of weeding. Fixed: - Bug 345514 – -no-undefined doesn't work with latest libtool - Bug 162003 – vte configure.in X checking can fail – though this may cause other regressions! - Bug 314669 – Please specialize AC_PATH_XTRA * configure.in: Export LIBTOOL_EXPORT_OPTIONS for -no-undefined on windos. Add to rather than override X_CFLAGS, X_LIBS AC_PATH_XTRA - Find X11 using XFlush() rather than XtMalloc(). Print configuration details. * src/Makefile.am: Conditional compilation of backends.