aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfind-requires.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/find-requires.in b/find-requires.in
index 8739cc9..1c5a23e 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -195,13 +195,11 @@ fi
[ -x @RPMVENDORDIR@/php.req ] && \
echo $filelist | tr '[:blank:]' \\n | @RPMVENDORDIR@/php.req | sort -u
-if [ -n "$NOTYET" ]; then
#
# --- Pkgconfig deps
[ -x @RPMVENDORDIR@/pkgconfigdeps.sh ] &&
echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/pkgconfigdeps.sh -R | sort -u
-fi
if [ -n "$LIBTOOLDEP" ]; then
#