]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Thu, 20 Oct 2005 23:59:57 +0000 (23:59 +0000)
committerMark Andrews <marka@isc.org>
Thu, 20 Oct 2005 23:59:57 +0000 (23:59 +0000)
configure

index 40ee4bf6ffcd611d38d3827890a05575a84eabbc..7e937f2f34b51b39ebb6619986fe55853a689077 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.339.18.41 2005/10/14 01:33:27 marka Exp $
+# $Id: configure,v 1.339.18.42 2005/10/20 23:59:57 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -7212,7 +7212,7 @@ if test "X$GCC" = "Xyes"; then
        STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat"
        case "$host" in
        *-hp-hpux*)
-               LDFLAGS="-Wl,+vnocompatwarnings $LDFALGS"
+               LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
                ;;
        esac
 else
@@ -7238,7 +7238,7 @@ else
                        ;;
                esac
                CCOPT="$CCOPT -Ae -z"
-               LDFLAGS="-Wl,+vnocompatwarnings $LDFALGS"
+               LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
                MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
                ;;
        *-sgi-irix*)