Home | History | Annotate | Download | only in cpython3

Lines Matching refs:LIBM

637 LIBM
1551 --with-libm=STRING math library
14157 # check for --with-libm=...
14161 *) LIBM=-lm
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libm=STRING" >&5
14164 $as_echo_n "checking for --with-libm=STRING... " >&6; }
14166 # Check whether --with-libm was given.
14170 then LIBM=
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: force LIBM empty" >&5
14172 $as_echo "force LIBM empty" >&6; }
14174 then LIBM=$withval
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: set LIBM=\"$withval\"" >&5
14176 $as_echo "set LIBM=\"$withval\"" >&6; }
14177 else as_fn_error $? "proper usage is --with-libm=STRING" "$LINENO" 5
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: default LIBM=\"$LIBM\"" >&5
14181 $as_echo "default LIBM=\"$LIBM\"" >&6; }
14514 LIBS="$LIBS $LIBM"