summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-09-18 11:27:20 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-09-18 11:27:20 -0400
commit137fa9a836cf171acd1dac3828e5ec2d45f131ea (patch)
tree09bba24dd3dd8e1b02aa04a91fdcbd8c3b488c45 /configure
parent00dbe99f3f1783359446ba98beea021871a53476 (diff)
downloadcups-137fa9a836cf171acd1dac3828e5ec2d45f131ea.tar.gz
Code signing changes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index ecba9c9a0..83a904db4 100755
--- a/configure
+++ b/configure
@@ -740,7 +740,6 @@ LIBPAPER
LIBMALLOC
PKGCONFIG
INSTALLSTATIC
-CODE_SIGN
INSTALL
CUPS_HTMLVIEW
XDGOPEN
@@ -770,6 +769,7 @@ AWK
CUPS_BUILD
CUPS_REVISION
CUPS_VERSION
+CODE_SIGN
LOCALTARGET
host_os
host_vendor
@@ -2633,6 +2633,16 @@ else
fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for codesign utility" >&5
+$as_echo_n "checking for codesign utility... " >&6; }
+CODE_SIGN="/usr/bin/true"
+
+if test "$host_os_name" = darwin; then
+ CODE_SIGN="/usr/bin/codesign"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using $CODE_SIGN" >&5
+$as_echo "using $CODE_SIGN" >&6; }
+
ac_config_headers="$ac_config_headers config.h"
@@ -4252,16 +4262,6 @@ if test "x$CC" = x; then
as_fn_error $? "Unable to find required C compiler command." "$LINENO" 5
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for codesign utility" >&5
-$as_echo_n "checking for codesign utility... " >&6; }
-CODE_SIGN="/usr/bin/true"
-
-if test $uname = Darwin; then
- CODE_SIGN="/usr/bin/codesign"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using $CODE_SIGN" >&5
-$as_echo "using $CODE_SIGN" >&6; }
-
INSTALLSTATIC=""
# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then :