|
|
| version 1.1.1.2, 2012/02/21 23:50:25 | version 1.1.1.3, 2013/07/22 08:25:55 |
|---|---|
| Line 16 if test @enable_pcre16@ = yes ; then | Line 16 if test @enable_pcre16@ = yes ; then |
| libs="[--libs16] $libs" | libs="[--libs16] $libs" |
| fi | fi |
| if test @enable_pcre32@ = yes ; then | |
| libs="[--libs32] $libs" | |
| fi | |
| if test @enable_pcre8@ = yes ; then | if test @enable_pcre8@ = yes ; then |
| libs="[--libs] [--libs-posix] $libs" | libs="[--libs] [--libs-posix] $libs" |
| cflags="$cflags [--cflags-posix]" | cflags="$cflags [--cflags-posix]" |
| Line 102 while test $# -gt 0; do | Line 106 while test $# -gt 0; do |
| --libs16) | --libs16) |
| if test @enable_pcre16@ = yes ; then | if test @enable_pcre16@ = yes ; then |
| echo $libS$libR -lpcre16 | echo $libS$libR -lpcre16 |
| else | |
| echo "${usage}" 1>&2 | |
| fi | |
| ;; | |
| --libs32) | |
| if test @enable_pcre32@ = yes ; then | |
| echo $libS$libR -lpcre32 | |
| else | else |
| echo "${usage}" 1>&2 | echo "${usage}" 1>&2 |
| fi | fi |