[PATCH 2/2] Fix typo in NO_UNDEFINED_FLAGS name
- From: Doug Goldstein <cardoe cardoe com>
- To: gtk-vnc-list gnome org
- Subject: [PATCH 2/2] Fix typo in NO_UNDEFINED_FLAGS name
- Date: Sat, 8 Jun 2013 00:41:48 -0500
Fix typo in the configuration of the NO_UNDEFINED_FLAGS name for Cygwin.
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3a36960..10757d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_ARG_WITH(examples,
WITH_EXAMPLES=$withval
-NO_UNDEFINED_LDFLAGS=
+NO_UNDEFINED_FLAGS=
VERSION_SCRIPT_FLAGS=
USE_VERSION_DEFS=0
case "$host" in
@@ -155,7 +155,7 @@ case "$host" in
;;
*-*-cygwin*)
- NO_UNDEFINED_LDFLAGS="-no-undefined"
+ NO_UNDEFINED_FLAGS="-no-undefined"
;;
*)
--
1.8.1.5
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]