aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-07-06 12:03:35 +0000
committerLute Kamstra2005-07-06 12:03:35 +0000
commite6a304f0779e377ea8a115a478c195f4d81bb831 (patch)
treea4516c73a94a0dcf95dd16803a32f4e5b4a7218b
parentdd15724de4a67c88d161fd8892817f561d0d618a (diff)
downloademacs-e6a304f0779e377ea8a115a478c195f4d81bb831.tar.gz
emacs-e6a304f0779e377ea8a115a478c195f4d81bb831.zip
Fix capitalization.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9d7740839eb..f8e97eb7d14 100644
--- a/configure.in
+++ b/configure.in
@@ -1290,7 +1290,7 @@ else
1290 LDFLAGS="$LDFLAGS -znocombreloc" 1290 LDFLAGS="$LDFLAGS -znocombreloc"
1291fi 1291fi
1292 1292
1293AC_MSG_CHECKING([For -znocombreloc]) 1293AC_MSG_CHECKING([for -znocombreloc])
1294AC_LINK_IFELSE([main(){return 0;}], 1294AC_LINK_IFELSE([main(){return 0;}],
1295 [AC_MSG_RESULT(yes)], 1295 [AC_MSG_RESULT(yes)],
1296 LDFLAGS=$late_LDFLAGS 1296 LDFLAGS=$late_LDFLAGS