From 474f2a83e77b93e823c4a2100cb15293a76cdf4c Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 28 Jul 2019 22:08:19 -0700 Subject: [PATCH] qb: Don't create config.log with ./configure --help. --- configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 5c680b4064..ba353cd6de 100755 --- a/configure +++ b/configure @@ -2,14 +2,12 @@ PACKAGE_NAME=retroarch -cat /dev/null > config.log - . qb/qb.init.sh -. qb/qb.system.sh - . qb/qb.params.sh +. qb/qb.system.sh + . qb/qb.comp.sh . qb/qb.libs.sh