diff options
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r-- | lib/buildsystem.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 39dcceb..0d695c8 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ -n "${_OH_BUILDSYSTEM_SM}" ] && return 0 -_OH_BUILDSYSTEM_SM='true' +[ "x${_OH_BUILDSYSTEM_SM+set}" = 'xset' ] && return 0 +_OH_BUILDSYSTEM_SM=1 _OH_BUILDSYSTEMS=' autoconf |