[gmime] Fixed autogen.sh NOCONFIGURE check
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed autogen.sh NOCONFIGURE check
- Date: Thu, 9 Mar 2017 02:00:10 +0000 (UTC)
commit 850c5d3a6f27d15f493336a0ce7c8b5c4910be75
Author: Jeffrey Stedfast <fejj gnome org>
Date: Wed Mar 8 20:35:06 2017 -0500
Fixed autogen.sh NOCONFIGURE check
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 5ca2362..4d2027f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -82,7 +82,7 @@ test $TEST_TYPE $FILE || {
exit 1
}
-if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "NOCONFIGURE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then
if test -z "$*"; then
echo "I am going to run ./configure with no arguments - if you wish "
echo "to pass any to it, please specify them on the $0 command line."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]