X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure;h=5ccc9cf686efafdd5c64d886ddf7b2f14d32cc84;hp=6ac36cb0addbb7adc0260e057f62cc5a1193a441;hb=129a76d1411166176db646138b35e8f5ed9907a2;hpb=fc6a1a6e99c90e47a998d56f852c7db29f44dc35 diff --git a/configure b/configure index 6ac36cb..5ccc9cf 100755 --- a/configure +++ b/configure @@ -5493,7 +5493,7 @@ fi if test "x$with_gsm_bs" != xno; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking openbsc/include/openbsc/gsm_data.h" >&5 $as_echo_n "checking openbsc/include/openbsc/gsm_data.h... " >&6; } - if test -d openbsc/include/openbsc/gsm_data.h; then + if test -e openbsc/include/openbsc/gsm_data.h; then with_gsm_bs="yes" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -5502,6 +5502,9 @@ $as_echo "yes" >&6; } $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error "--with-gsm-bs was given, but openbsc/include/openbsc/gsm_data.h was not found! Please link OpenBSC and libosmocore source directory to LCR source directory: ln -s path_to_openbsc/openbsc/ openbsc ; ln -s patch_to_libosmocore libosmocore See \`config.log' for more details." "$LINENO" 5; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi fi @@ -5526,17 +5529,20 @@ fi if test "x$with_gsm_ms" != xno; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking layer23/include/osmocom/osmocom_data.h" >&5 -$as_echo_n "checking layer23/include/osmocom/osmocom_data.h... " >&6; } - if test -d layer23/include/osmocom/osmocom_data.h; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking layer23/include/osmocom/bb/common/osmocom_data.h" >&5 +$as_echo_n "checking layer23/include/osmocom/bb/common/osmocom_data.h... " >&6; } + if test -e layer23/include/osmocom/bb/common/osmocom_data.h; then with_gsm_ms="yes" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - elif test "x$with_gsm_bs" != xcheck ; then + elif test "x$with_gsm_ms" != xcheck ; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "--with-gsm-ms was given, but layer23/include/osmocom/osmocom_data.h was not found! Please link Osmocom-BB and libosmocore source directory to LCR source directory: ln -s path_to_osmocom-bb/src/host/layer23/ layer23 ; ln -s path_to_libosmocore libosmocore +as_fn_error "--with-gsm-ms was given, but layer23/include/osmocom/bb/common/osmocom_data.h was not found! Please link Osmocom-BB and libosmocore source directory to LCR source directory: ln -s path_to_osmocom-bb/src/host/layer23/ layer23 ; ln -s path_to_libosmocore libosmocore See \`config.log' for more details." "$LINENO" 5; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi fi