Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
8e107bec
Commit
8e107bec
authored
Mar 02, 2004
by
Niels Möller
Browse files
Typo fix.
Rev: src/nettle/configure.ac:1.37
parent
e3eadcad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/configure.ac
View file @
8e107bec
...
@@ -57,7 +57,7 @@ AC_PROG_CC
...
@@ -57,7 +57,7 @@ AC_PROG_CC
# contents of foo and foo.exe are equal; in the rntcl case, foo is a
# contents of foo and foo.exe are equal; in the rntcl case, foo is a
# sh script, and foo.exe is a windows executable.
# sh script, and foo.exe is a windows executable.
if "x$CC" = xrntcl ; then
if
test
"x$CC" = xrntcl ; then
AC_MSG_NOTICE([Compiling with rntcl; clearing exeext])
AC_MSG_NOTICE([Compiling with rntcl; clearing exeext])
ac_exeext=''
ac_exeext=''
ac_cv_exeext=''
ac_cv_exeext=''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment