aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/configure
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-03-10 02:32:16 +1100
committerBenjamin Dobell <benjamin.dobell@+gitglassechidna.com.au>2013-03-10 02:33:12 +1100
commitf7f29172cb11fabf1d017ecdadaf32ea37eca4df (patch)
tree1433486d66287440a006288379da0c2f1f2e3b3b /heimdall/configure
parentef7c9a6377a80741921240a16d02ea09adf929f9 (diff)
downloadexternal_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.zip
external_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.gz
external_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.bz2
Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.
Diffstat (limited to 'heimdall/configure')
-rwxr-xr-xheimdall/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/configure b/heimdall/configure
index 61f534d..ff9808f 100755
--- a/heimdall/configure
+++ b/heimdall/configure
@@ -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
@@ -15642,7 +15642,7 @@ else
LINUXTARGET_FALSE=
fi
- if test x$udevadmninstalled = xtrue; then
+ if test x$udevadminstalled = x"yes"; then
UDEVADM_TRUE=
UDEVADM_FALSE='#'
else