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

remove failure if libiberty cannot be found

parent 29cba6b8
No related branches found
No related tags found
No related merge requests found
...@@ -575,8 +575,6 @@ elif compiler.has_header('libiberty/libiberty.h', ...@@ -575,8 +575,6 @@ elif compiler.has_header('libiberty/libiberty.h',
include_directories: include_directories(incdirs)) include_directories: include_directories(incdirs))
# Debian and derivatives e.g. Ubuntu # Debian and derivatives e.g. Ubuntu
cflags += '-D__HAVE_LIBIBERTY_LIBIBERTYH__' cflags += '-D__HAVE_LIBIBERTY_LIBIBERTYH__'
else
error('cannot find libiberty.h at either <libiberty.h> or <libiberty/libiberty.h>')
endif endif
############################################################ ############################################################
......
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