diff options
author | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2013-03-10 19:43:13 +0000 |
---|---|---|
committer | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2013-03-10 19:43:13 +0000 |
commit | 09d2a732eaca1b3ce300887d11818685e8aa42d3 (patch) | |
tree | 591532e18a322c470f0d13ab2736a98f56390a86 /configure | |
parent | 4dc83784b22be02632cd5785a6ec34a6b7532e0e (diff) | |
download | lcd4linux-09d2a732eaca1b3ce300887d11818685e8aa42d3.tar.gz |
disable plugin sensors if not found
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14883,6 +14883,10 @@ _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= |