[PATCH] typo correction for fix-build-on-nls-free-systems

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

 



A typo fix for fix-build-on-nls-free-systems.patch that caused all
systems to be detected as not having NLS.

Signed-off-by: Yuri Vasilevski <[email protected]>
---

My apologies for this mistake.

--- linux-2.6.14.orig/scripts/kconfig/Makefile	2005-11-01 12:27:55.000000000 -0600
+++ linux-2.6.14/scripts/kconfig/Makefile	2005-11-01 12:14:32.000000000 -0600
@@ -118,7 +118,7 @@
 
 # Needed for systems without gettext
 KBUILD_HAVE_NLS := $(shell \
-     if echo "\#include <libint.h>" | $(HOSTCC) $(HOSTCFLAGS) -E - > /dev/null 2>&1 ; \
+     if echo "\#include <libintl.h>" | $(HOSTCC) $(HOSTCFLAGS) -E - > /dev/null 2>&1 ; \
      then echo yes ; \
      else echo no ; fi)
 ifeq ($(KBUILD_HAVE_NLS),no)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux