Software /
code /
prosody
Comparison
configure @ 11965:5e3aee9b6adc
configure: Remove variable noop (thanks shellcheck)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 29 Nov 2021 17:40:02 +0100 |
parent | 11528:d3b0049e50f5 |
child | 11966:4c5087ce3c2e |
comparison
equal
deleted
inserted
replaced
11964:563ee7969f6c | 11965:5e3aee9b6adc |
---|---|
307 LUA_CF="${LUA_CF%% *}" | 307 LUA_CF="${LUA_CF%% *}" |
308 if [ "$LUA_CF" != "" ]; then | 308 if [ "$LUA_CF" != "" ]; then |
309 LUA_INCDIR="$LUA_CF" | 309 LUA_INCDIR="$LUA_CF" |
310 LUA_INCDIR_SET=yes | 310 LUA_INCDIR_SET=yes |
311 fi | 311 fi |
312 CFLAGS="$CFLAGS" | |
313 fi | 312 fi |
314 fi | 313 fi |
315 | 314 |
316 if [ "$PREFIX_SET" = "yes" ] && [ ! "$SYSCONFDIR_SET" = "yes" ] | 315 if [ "$PREFIX_SET" = "yes" ] && [ ! "$SYSCONFDIR_SET" = "yes" ] |
317 then | 316 then |