]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/prismstumbler/prismstumbler-0.7.3/bogoconf.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / prismstumbler / prismstumbler-0.7.3 / bogoconf.patch
1 --- prismstumbler-0.7.3/configure.ac    Wed Mar 10 19:19:56 2004
2 +++ prismstumbler-0.7.3/configure.ac    Tue Oct 26 23:56:36 2004
3 @@ -405,8 +405,7 @@
4          if cd $withval; then withval=`pwd`; cd $owd; fi
5         PCAPINC="-I$withval -I$withval/bpf"
6         PCAPLIB="-L$withval -lpcap"
7 -     elif test -f $withval/include/pcap.h -a \
8 -              -f $withval/include/net/bpf.h; then
9 +     elif test -f $withval/include/pcap.h; then
10         owd=`pwd`
11         if cd $withval; then withval=`pwd`; cd $owd; fi
12         PCAPINC="-I$withval/include"
13 @@ -416,7 +415,7 @@
14            PCAPLIB="-L$withval/lib -lpcap"
15          fi
16       else
17 -        AC_ERROR(pcap.h, net/bpf.h, or libpcap.a not found in $withval)
18 +        AC_ERROR(pcap.h net/bpf.h or libpcap.a not found in $withval)
19       fi
20       ;;
21    esac ],
22 @@ -504,7 +503,7 @@
23                                                                                                          [FIND_SQLITE_LIBS($withval, "")],
24                                                                                                          [FIND_SQLITE_LIBS($SQLITEDIRS, "lib")])
25  
26 -AC_ARG_WITH(mysql-includes,[  --with-sqlite-includes=DIR       SQLite includes in DIR],
27 +AC_ARG_WITH(sqlite-includes,[  --with-sqlite-includes=DIR      SQLite includes in DIR],
28                                                                                                          [FIND_SQLITE_INCS($withval, "")],
29                                                                                                          [FIND_SQLITE_INCS($SQLITEDIRS, "include")])
30