Mercurial > mplayer.hg
comparison configure @ 29324:cdd8bb71ea0f
Do not auto-detect old libnut installations.
author | cehoyos |
---|---|
date | Tue, 16 Jun 2009 13:32:51 +0000 |
parents | b2492a568a50 |
children | 15b88aba9fe6 |
comparison
equal
deleted
inserted
replaced
29323:b2492a568a50 | 29324:cdd8bb71ea0f |
---|---|
7285 cat > $TMPC << EOF | 7285 cat > $TMPC << EOF |
7286 #include <stdio.h> | 7286 #include <stdio.h> |
7287 #include <stdlib.h> | 7287 #include <stdlib.h> |
7288 #include <inttypes.h> | 7288 #include <inttypes.h> |
7289 #include <libnut.h> | 7289 #include <libnut.h> |
7290 nut_context_tt * nut; | |
7290 int main(void) { (void)nut_error(0); return 0; } | 7291 int main(void) { (void)nut_error(0); return 0; } |
7291 EOF | 7292 EOF |
7292 _libnut=no | 7293 _libnut=no |
7293 cc_check -lnut && _libnut=yes | 7294 cc_check -lnut && _libnut=yes |
7294 fi | 7295 fi |