Commit c29e01e6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

m4: needs wchar support in toolchain

parent a1726117
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
	ifplugd, iptables, jpeg, kexec, kismet, less, libcurl,
	libdnet, libevent, libglade, libgtk2, libiconv, libidn, libnl,
	liboil, libpcap, libpng, libungif, libxml2, libxslt, lighttpd,
	lite, mdadm, metacity, mysql_client, nano, nbd, ncftp, neon,
	netperf, ntfsprogs, openntpd, openssh, openvpn, oprofile,
	lite, m4, mdadm, metacity, mysql_client, nano, nbd, ncftp,
	neon, netperf, ntfsprogs, openntpd, openssh, openvpn, oprofile,
	pango, pcre, php, prboom, radvd, qt, samba, sdl_sound,
	shared-mime-info, speex, sqlite, strace, taglib, tcpdump,
	tiff, tn5250, udpcast, usbutils, which, xlib_libX11
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_M4
	bool "m4"
	depends on BR2_USE_WCHAR
	help
	  An implementation of the traditional Unix macro processor.

	  http://www.gnu.org/software/m4/m4.html

comment "m4 requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR