Always make the config script return true
This commit is contained in:
parent
28f36feef4
commit
26cbe17fea
|
@ -90,6 +90,7 @@ done
|
||||||
[ "${echo_exec_prefix}" == "yes" ] && echo "${exec_prefix}"
|
[ "${echo_exec_prefix}" == "yes" ] && echo "${exec_prefix}"
|
||||||
[ "${echo_cflags}" == "yes" ] && echo "${dep_cflags} ${includes}"
|
[ "${echo_cflags}" == "yes" ] && echo "${dep_cflags} ${includes}"
|
||||||
[ "${echo_libs}" == "yes" ] && echo "${dep_libs} -L${lib_dir} -l@NAMEMINUSL@"
|
[ "${echo_libs}" == "yes" ] && echo "${dep_libs} -L${lib_dir} -l@NAMEMINUSL@"
|
||||||
|
true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,7 @@ done
|
||||||
[ "${echo_exec_prefix}" == "yes" ] && echo "${exec_prefix}"
|
[ "${echo_exec_prefix}" == "yes" ] && echo "${exec_prefix}"
|
||||||
[ "${echo_cflags}" == "yes" ] && echo "${dep_cflags} ${includes}"
|
[ "${echo_cflags}" == "yes" ] && echo "${dep_cflags} ${includes}"
|
||||||
[ "${echo_libs}" == "yes" ] && echo "${dep_libs} -L${lib_dir} -l@NAMEMINUSL@"
|
[ "${echo_libs}" == "yes" ] && echo "${dep_libs} -L${lib_dir} -l@NAMEMINUSL@"
|
||||||
|
true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue