diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-03-09 16:32:16 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@+gitglassechidna.com.au> | 2013-03-09 16:33:12 +0100 |
commit | f7f29172cb11fabf1d017ecdadaf32ea37eca4df (patch) | |
tree | 1433486d66287440a006288379da0c2f1f2e3b3b /heimdall/autom4te.cache/output.0 | |
parent | Fixed output bug attempting to log a std::string instead of a C-style string with printf. (diff) | |
download | Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.gz Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.bz2 Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.lz Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.xz Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.zst Heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.zip |
Diffstat (limited to 'heimdall/autom4te.cache/output.0')
-rw-r--r-- | heimdall/autom4te.cache/output.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/autom4te.cache/output.0 b/heimdall/autom4te.cache/output.0 index d4644be..437e74c 100644 --- a/heimdall/autom4te.cache/output.0 +++ b/heimdall/autom4te.cache/output.0 @@ -2298,7 +2298,7 @@ do test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_udevadminstalled="" + ac_cv_prog_udevadminstalled=""yes"" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -15646,7 +15646,7 @@ else LINUXTARGET_FALSE= fi - if test x$udevadmninstalled = xtrue; then + if test x$udevadminstalled = x"yes"; then UDEVADM_TRUE= UDEVADM_FALSE='#' else |