Index: config/usrp_sdcc.m4 =================================================================== --- config/usrp_sdcc.m4 (revisjon 4705) +++ config/usrp_sdcc.m4 (arbeidskopi) @@ -20,6 +20,14 @@ AC_DEFUN([USRP_SDCC], [ sdccok=yes + + # For Fedora, see http://gnuradio.org/trac/wiki/FC5Install + if test -f '/etc/fedora-release'; then + if test -d '/usr/libexec/sdcc'; then + PATH=/usr/libexec/sdcc:$PATH + fi + fi + AC_CHECK_PROG(XCC, sdcc, sdcc -mmcs51 --no-xinit-opt,no) AC_CHECK_PROG(XAS, asx8051, asx8051 -plosgff,no)