summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index ea5f0c3d3d..3eebae8499 100755
--- a/configure
+++ b/configure
@@ -6984,9 +6984,6 @@ echores "$_x264"
echocheck "libnut"
if test "$_libnut" = auto ; then
cat > $TMPC << EOF
-#include <stdio.h>
-#include <stdlib.h>
-#include <inttypes.h>
#include <libnut.h>
nut_context_tt * nut;
int main(void) { (void)nut_error(0); return 0; }