Mercurial > mplayer.hg
changeset 23783:99a68d91cfef
Remove /usr/include from the list of places to check for headers,
default system directories are covered by the empty include path.
author | diego |
---|---|
date | Tue, 17 Jul 2007 11:08:41 +0000 |
parents | b0454664f1e0 |
children | 27fc683b631c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 17 10:56:16 2007 +0000 +++ b/configure Tue Jul 17 11:08:41 2007 +0000 @@ -3685,7 +3685,7 @@ int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } EOF for _inc_tmp in "" -I/usr/local/include/directfb \ - -I/usr/include/directfb -I/usr/local/include -I/usr/include; do + -I/usr/include/directfb -I/usr/local/include; do cc_check $_inc_tmp -ldirectfb && _directfb=yes && \ _inc_extra="$_inc_extra $_inc_tmp" && break done