From 56b04ceb472f0807ec983aff11156c41103ab838 Mon Sep 17 00:00:00 2001 From: "Niki W. Waibel" Date: Mon, 11 Jul 2005 00:15:37 +0000 Subject: compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ae2aef4fe2..cf77f235f1 100755 --- a/configure +++ b/configure @@ -1020,7 +1020,7 @@ int main( void ) { return (int) imlib_load_font("foo"); } EOF imlib2=no -if $cc -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then +if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then imlib2=yes fi -- cgit v1.2.3