Home | History | Annotate | Download | only in cpython2

Lines Matching refs:LIBM

632 LIBM
1531 --with-libm=STRING math library
12895 # check for --with-libm=...
12900 *) LIBM=-lm
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libm=STRING" >&5
12903 $as_echo_n "checking for --with-libm=STRING... " >&6; }
12905 # Check whether --with-libm was given.
12909 then LIBM=
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: force LIBM empty" >&5
12911 $as_echo "force LIBM empty" >&6; }
12913 then LIBM=$withval
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: set LIBM=\"$withval\"" >&5
12915 $as_echo "set LIBM=\"$withval\"" >&6; }
12916 else as_fn_error $? "proper usage is --with-libm=STRING" "$LINENO" 5
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: default LIBM=\"$LIBM\"" >&5
12920 $as_echo "default LIBM=\"$LIBM\"" >&6; }
13185 LIBS="$LIBS $LIBM"