diff options
Diffstat (limited to 'util/kconfig/check.sh')
-rwxr-xr-x | util/kconfig/check.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/util/kconfig/check.sh b/util/kconfig/check.sh deleted file mode 100755 index 2e0060fd45..0000000000 --- a/util/kconfig/check.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env sh -# Needed for systems without gettext -$* -x c -o /dev/null - > /dev/null 2>&1 << EOF -#include <libintl.h> -int main() -{ - gettext(""); - return 0; -} -EOF -if [ ! "$?" -eq "0" ]; then - echo -DKBUILD_NO_NLS; -fi |