Searched refs:ac_scanf_can_malloc (Results 1 – 2 of 2) sorted by relevance
12 AC_CACHE_CHECK([whether scanf can malloc], [ac_scanf_can_malloc],39 [ac_scanf_can_malloc=yes],40 [ac_scanf_can_malloc=no],43 *-*-linux* ) ac_scanf_can_malloc=yes ;;44 *-*-solaris* ) ac_scanf_can_malloc=no ;;45 *-*-darwin* ) ac_scanf_can_malloc=no ;;46 * ) ac_scanf_can_malloc=no ;;50 if test x$ac_scanf_can_malloc = "xyes"; then
5810 *-*-linux* ) ac_scanf_can_malloc=yes ;;5811 *-*-solaris* ) ac_scanf_can_malloc=no ;;5812 *-*-darwin* ) ac_scanf_can_malloc=no ;;5813 * ) ac_scanf_can_malloc=no ;;