Skip to content
Snippets Groups Projects
Commit 3d34cb54 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix typos in configure (I deliberately broke some shared libs, and forgot to restore)

parent 6d77eb28
No related branches found
No related tags found
No related merge requests found
......@@ -1491,7 +1491,7 @@ sub features
have_libbfd =>
{
check=>(!$generic && !$static) &&
checklib('libbfdx') &&
checklib('libbfd') &&
test_for_header_file('bfd.h'),
extralibs => '-lbfd',
},
......@@ -1499,7 +1499,7 @@ sub features
have_libbsd =>
{
check=>(!$generic && !$static) &&
checklib('libbsdx') &&
checklib('libbsd') &&
test_for_header_file('bsd/string.h'),
pkg_config=>'libbsd',
backup_libs => '-lbsd',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment