- Change the order of include dirs to fix compilation in case when

Adobe Flash(R) is installed. Otherwise jtag will try to include
  installed flash.h first.

Reported by:	Bruce M Simpson <bms@incunabulum.net>
This commit is contained in:
Stanislav Sedov 2008-01-09 22:03:59 +00:00
parent 40073203fb
commit a2856d4edc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205343

View File

@ -0,0 +1,11 @@
--- configure.orig 2008-01-10 00:59:23.000000000 +0300
+++ configure 2008-01-10 00:59:57.000000000 +0300
@@ -6836,7 +6836,7 @@
CFLAGS="$CFLAGS -Wall"
-CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_srcdir)/include"
+CPPFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $CPPFLAGS"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure