• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/support/kconfig/check.sh
Thomas PetazzoniThomas Petazzoni committed 6997e461fdb04 Apr 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#!/bin/sh
2
# Needed for systems without gettext
3
$* -x c -o /dev/null - > /dev/null 2>&1 << EOF
4
#include <libintl.h>
5
int main()
6
{
7
    gettext("");
8
    return 0;
9
}
10
EOF
11
if [ ! "$?" -eq "0"  ]; then
12
    echo -DKBUILD_NO_NLS;
13
fi
14
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.