aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f1eb730..84c973a 100755
--- a/configure
+++ b/configure
@@ -276,8 +276,8 @@ if test -z "$LDFLAGS_TERMKEY"; then
LDFLAGS_TERMKEY="-ltermkey"
fi
-if $CC $CFLAGS $CFLAGS_TERMKEY $LDFLAGS $LDFLAGS_TERMKEY \
- -o /dev/null "$tmpc" >/dev/null 2>&1; then
+if $CC $CFLAGS $CFLAGS_TERMKEY "$tmpc" $LDFLAGS $LDFLAGS_TERMKEY \
+ -o /dev/null >/dev/null 2>&1; then
printf "%s\n" "yes"
else
printf "%s\n" "no"