Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
cf68b73a
Commit
cf68b73a
authored
Mar 02, 2004
by
Niels Möller
Browse files
Typo fix.
Rev: src/nettle/configure.ac:1.37
parent
d388d925
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cf68b73a
...
...
@@ -57,7 +57,7 @@ AC_PROG_CC
# contents of foo and foo.exe are equal; in the rntcl case, foo is a
# 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_exeext=''
ac_cv_exeext=''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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