1
0

patch-configure 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. --- mysql-5.0.85.orig/configure 2009-08-11 12:56:42.000000000 +0200
  2. +++ mysql-5.0.85/configure 2009-08-27 22:35:38.879725240 +0200
  3. @@ -835,8 +835,6 @@ MYSQLD_EXTRA_LIBS
  4. CLIENT_EXTRA_LDFLAGS
  5. MYSQLD_EXTRA_LDFLAGS
  6. LIBDL
  7. -COMPILE_PSTACK_FALSE
  8. -COMPILE_PSTACK_TRUE
  9. pstack_libs
  10. pstack_dirs
  11. WRAPLIBS
  12. @@ -16480,89 +16478,10 @@ else
  13. $as_echo "no" >&6; }
  14. fi
  15. -
  16. -
  17. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking \"return type of sprintf\"" >&5
  18. -$as_echo_n "checking \"return type of sprintf\"... " >&6; }
  19. -
  20. -#check the return type of sprintf
  21. -case $SYSTEM_TYPE in
  22. - *netware*)
  23. - $as_echo "#define SPRINTF_RETURNS_INT 1" >>confdefs.h
  24. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"int\"" >&5
  25. -$as_echo "\"int\"" >&6; }
  26. - ;;
  27. - *)
  28. -if test "$cross_compiling" = yes; then :
  29. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  30. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  31. -as_fn_error "cannot run test program while cross compiling
  32. -See \`config.log' for more details." "$LINENO" 5; }
  33. -else
  34. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  35. -/* end confdefs.h. */
  36. -
  37. - int main()
  38. - {
  39. - char* s = "hello";
  40. - char buf[6];
  41. - if((int)sprintf(buf, s) == strlen(s))
  42. - return 0;
  43. -
  44. - return -1;
  45. - }
  46. -
  47. -_ACEOF
  48. -if ac_fn_c_try_run "$LINENO"; then :
  49. -
  50. -$as_echo "#define SPRINTF_RETURNS_INT 1" >>confdefs.h
  51. -
  52. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"int\"" >&5
  53. -$as_echo "\"int\"" >&6; }
  54. -else
  55. - if test "$cross_compiling" = yes; then :
  56. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  57. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  58. -as_fn_error "cannot run test program while cross compiling
  59. -See \`config.log' for more details." "$LINENO" 5; }
  60. -else
  61. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  62. -/* end confdefs.h. */
  63. -
  64. - int main()
  65. - {
  66. - char* s = "hello";
  67. - char buf[6];
  68. - if((char*)sprintf(buf,s) == buf + strlen(s))
  69. - return 0;
  70. - return -1;
  71. - }
  72. +# return type of sprintf is int for Linux glibc/uClibc
  73. +cat >>confdefs.h <<\_ACEOF
  74. +#define SPRINTF_RETURNS_INT 1
  75. _ACEOF
  76. -if ac_fn_c_try_run "$LINENO"; then :
  77. -
  78. -$as_echo "#define SPRINTF_RETURNS_PTR 1" >>confdefs.h
  79. -
  80. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"ptr\"" >&5
  81. -$as_echo "\"ptr\"" >&6; }
  82. -else
  83. -
  84. -$as_echo "#define SPRINTF_RETURNS_GARBAGE 1" >>confdefs.h
  85. -
  86. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"garbage\"" >&5
  87. -$as_echo "\"garbage\"" >&6; }
  88. -fi
  89. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  90. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  91. -fi
  92. -
  93. -
  94. -fi
  95. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  96. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  97. -fi
  98. -
  99. - ;;
  100. -esac
  101. # Extract the first word of "uname", so it can be a program name with args.
  102. set dummy uname; ac_word=$2
  103. @@ -17587,97 +17506,7 @@ $as_echo "no" >&6; }
  104. rm -f conftest.ic conftest.h
  105. fi
  106. -
  107. -# Look for PS usage. We use double dollar-signs in FIND_PROC because this
  108. -# value is written to a makefile, which interprets away one level of
  109. -# dollar-signs. So, interpretation stages are m4 and then shell in autoconf,
  110. -# then Make, then shell. The autoconf substitution uses single quotes, so
  111. -# no unprotected single quotes should appear in the expression.
  112. -# Extract the first word of "ps", so it can be a program name with args.
  113. -set dummy ps; ac_word=$2
  114. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  115. -$as_echo_n "checking for $ac_word... " >&6; }
  116. -if test "${ac_cv_path_PS+set}" = set; then :
  117. - $as_echo_n "(cached) " >&6
  118. -else
  119. - case $PS in
  120. - [\\/]* | ?:[\\/]*)
  121. - ac_cv_path_PS="$PS" # Let the user override the test with a path.
  122. - ;;
  123. - *)
  124. - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  125. -for as_dir in $PATH
  126. -do
  127. - IFS=$as_save_IFS
  128. - test -z "$as_dir" && as_dir=.
  129. - for ac_exec_ext in '' $ac_executable_extensions; do
  130. - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  131. - ac_cv_path_PS="$as_dir/$ac_word$ac_exec_ext"
  132. - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  133. - break 2
  134. - fi
  135. -done
  136. - done
  137. -IFS=$as_save_IFS
  138. -
  139. - test -z "$ac_cv_path_PS" && ac_cv_path_PS="ps"
  140. - ;;
  141. -esac
  142. -fi
  143. -PS=$ac_cv_path_PS
  144. -if test -n "$PS"; then
  145. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PS" >&5
  146. -$as_echo "$PS" >&6; }
  147. -else
  148. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  149. -$as_echo "no" >&6; }
  150. -fi
  151. -
  152. -
  153. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking \"how to check if pid exists\"" >&5
  154. -$as_echo_n "checking \"how to check if pid exists\"... " >&6; }
  155. -PS=$ac_cv_path_PS
  156. -# Linux style
  157. -if $PS wwwp $$ 2> /dev/null | grep -- "$0" > /dev/null
  158. -then
  159. - FIND_PROC="$PS wwwp \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
  160. -# Solaris
  161. -elif $PS -fp $$ 2> /dev/null | grep -- $0 > /dev/null
  162. -then
  163. - FIND_PROC="$PS -p \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
  164. -# BSD style
  165. -elif $PS -uaxww 2> /dev/null | grep -- $0 > /dev/null
  166. -then
  167. - FIND_PROC="$PS -uaxww | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" | grep \" \$\$PID \" > /dev/null"
  168. -# SysV style
  169. -elif $PS -ef 2> /dev/null | grep -- $0 > /dev/null
  170. -then
  171. - FIND_PROC="$PS -ef | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" | grep \" \$\$PID \" > /dev/null"
  172. -# Do anybody use this?
  173. -elif $PS $$ 2> /dev/null | grep -- $0 > /dev/null
  174. -then
  175. - FIND_PROC="$PS \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
  176. -else
  177. - case $SYSTEM_TYPE in
  178. - *freebsd*|*dragonfly*)
  179. - FIND_PROC="$PS p \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
  180. - ;;
  181. - *darwin*)
  182. - FIND_PROC="$PS -uaxww | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" | grep \" \$\$PID \" > /dev/null"
  183. - ;;
  184. - *cygwin*)
  185. - FIND_PROC="$PS -e | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" | grep \" \$\$PID \" > /dev/null"
  186. - ;;
  187. - *netware*)
  188. - FIND_PROC=
  189. - ;;
  190. - *)
  191. - as_fn_error "Could not find the right ps and/or grep switches. Which OS is this? See the Installation chapter in the Reference Manual." "$LINENO" 5
  192. - esac
  193. -fi
  194. -
  195. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$FIND_PROC\"" >&5
  196. -$as_echo "\"$FIND_PROC\"" >&6; }
  197. +FIND_PROC="/bin/ps wwwp \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
  198. # Check if a pid is valid
  199. # Extract the first word of "kill", so it can be a program name with args.
  200. @@ -19842,218 +19671,9 @@ fi
  201. fi
  202. -
  203. -if test "$TARGET_LINUX" = "true"; then
  204. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic operations" >&5
  205. -$as_echo_n "checking for atomic operations... " >&6; }
  206. -
  207. -
  208. - ac_ext=cpp
  209. -ac_cpp='$CXXCPP $CPPFLAGS'
  210. -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  211. -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  212. -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  213. -
  214. -
  215. - atom_ops=
  216. - if test "$cross_compiling" = yes; then :
  217. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  218. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  219. -as_fn_error "cannot run test program while cross compiling
  220. -See \`config.log' for more details." "$LINENO" 5; }
  221. -else
  222. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  223. -/* end confdefs.h. */
  224. -
  225. -#include <asm/atomic.h>
  226. -int main()
  227. -{
  228. - atomic_t v;
  229. -
  230. - atomic_set(&v, 23);
  231. - atomic_add(5, &v);
  232. - return atomic_read(&v) == 28 ? 0 : -1;
  233. -}
  234. -
  235. -_ACEOF
  236. -if ac_fn_cxx_try_run "$LINENO"; then :
  237. -
  238. -$as_echo "#define HAVE_ATOMIC_ADD 1" >>confdefs.h
  239. -
  240. - atom_ops="${atom_ops}atomic_add "
  241. -fi
  242. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  243. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  244. -fi
  245. -
  246. - if test "$cross_compiling" = yes; then :
  247. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  248. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  249. -as_fn_error "cannot run test program while cross compiling
  250. -See \`config.log' for more details." "$LINENO" 5; }
  251. -else
  252. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  253. -/* end confdefs.h. */
  254. -
  255. -#include <asm/atomic.h>
  256. -int main()
  257. -{
  258. - atomic_t v;
  259. -
  260. - atomic_set(&v, 23);
  261. - atomic_sub(5, &v);
  262. - return atomic_read(&v) == 18 ? 0 : -1;
  263. -}
  264. -
  265. -_ACEOF
  266. -if ac_fn_cxx_try_run "$LINENO"; then :
  267. -
  268. -$as_echo "#define HAVE_ATOMIC_SUB 1" >>confdefs.h
  269. -
  270. - atom_ops="${atom_ops}atomic_sub "
  271. -fi
  272. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  273. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  274. -fi
  275. -
  276. -
  277. - if test -z "$atom_ops"; then atom_ops="no"; fi
  278. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $atom_ops" >&5
  279. -$as_echo "$atom_ops" >&6; }
  280. -
  281. - ac_ext=c
  282. -ac_cpp='$CPP $CPPFLAGS'
  283. -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  284. -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  285. -ac_compiler_gnu=$ac_cv_c_compiler_gnu
  286. -
  287. -
  288. -
  289. -# Check whether --with-pstack was given.
  290. -if test "${with_pstack+set}" = set; then :
  291. - withval=$with_pstack; USE_PSTACK=$withval
  292. -else
  293. - USE_PSTACK=no
  294. -fi
  295. -
  296. - pstack_libs=
  297. - pstack_dirs=
  298. - if test "$USE_PSTACK" = yes -a "$TARGET_LINUX" = "true" -a "$BASE_MACHINE_TYPE" = "i386"
  299. - then
  300. - have_libiberty= have_libbfd=
  301. - my_save_LIBS="$LIBS"
  302. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fdmatch in -liberty" >&5
  303. -$as_echo_n "checking for fdmatch in -liberty... " >&6; }
  304. -if test "${ac_cv_lib_iberty_fdmatch+set}" = set; then :
  305. - $as_echo_n "(cached) " >&6
  306. -else
  307. - ac_check_lib_save_LIBS=$LIBS
  308. -LIBS="-liberty $LIBS"
  309. -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  310. -/* end confdefs.h. */
  311. -
  312. -/* Override any GCC internal prototype to avoid an error.
  313. - Use char because int might match the return type of a GCC
  314. - builtin and then its argument prototype would still apply. */
  315. -#ifdef __cplusplus
  316. -extern "C"
  317. -#endif
  318. -char fdmatch ();
  319. -int
  320. -main ()
  321. -{
  322. -return fdmatch ();
  323. - ;
  324. - return 0;
  325. -}
  326. -_ACEOF
  327. -if ac_fn_c_try_link "$LINENO"; then :
  328. - ac_cv_lib_iberty_fdmatch=yes
  329. -else
  330. - ac_cv_lib_iberty_fdmatch=no
  331. -fi
  332. -rm -f core conftest.err conftest.$ac_objext \
  333. - conftest$ac_exeext conftest.$ac_ext
  334. -LIBS=$ac_check_lib_save_LIBS
  335. -fi
  336. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iberty_fdmatch" >&5
  337. -$as_echo "$ac_cv_lib_iberty_fdmatch" >&6; }
  338. -if test "x$ac_cv_lib_iberty_fdmatch" = x""yes; then :
  339. - have_libiberty=yes
  340. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_openr in -lbfd" >&5
  341. -$as_echo_n "checking for bfd_openr in -lbfd... " >&6; }
  342. -if test "${ac_cv_lib_bfd_bfd_openr+set}" = set; then :
  343. - $as_echo_n "(cached) " >&6
  344. -else
  345. - ac_check_lib_save_LIBS=$LIBS
  346. -LIBS="-lbfd -liberty $LIBS"
  347. -cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  348. -/* end confdefs.h. */
  349. -
  350. -/* Override any GCC internal prototype to avoid an error.
  351. - Use char because int might match the return type of a GCC
  352. - builtin and then its argument prototype would still apply. */
  353. -#ifdef __cplusplus
  354. -extern "C"
  355. -#endif
  356. -char bfd_openr ();
  357. -int
  358. -main ()
  359. -{
  360. -return bfd_openr ();
  361. - ;
  362. - return 0;
  363. -}
  364. -_ACEOF
  365. -if ac_fn_c_try_link "$LINENO"; then :
  366. - ac_cv_lib_bfd_bfd_openr=yes
  367. -else
  368. - ac_cv_lib_bfd_bfd_openr=no
  369. -fi
  370. -rm -f core conftest.err conftest.$ac_objext \
  371. - conftest$ac_exeext conftest.$ac_ext
  372. -LIBS=$ac_check_lib_save_LIBS
  373. -fi
  374. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bfd_bfd_openr" >&5
  375. -$as_echo "$ac_cv_lib_bfd_bfd_openr" >&6; }
  376. -if test "x$ac_cv_lib_bfd_bfd_openr" = x""yes; then :
  377. - have_libbfd=yes
  378. -fi
  379. -
  380. -fi
  381. -
  382. - LIBS="$my_save_LIBS"
  383. -
  384. - if test x"$have_libiberty" = xyes -a x"$have_libbfd" = xyes
  385. - then
  386. - pstack_dirs='$(top_srcdir)'/pstack
  387. - pstack_libs="../pstack/libpstack.a -lbfd -liberty"
  388. - # We must link staticly when using pstack
  389. - with_mysqld_ldflags="-all-static"
  390. -
  391. -
  392. -
  393. -$as_echo "#define USE_PSTACK 1" >>confdefs.h
  394. -
  395. - else
  396. - USE_PSTACK="no"
  397. - fi
  398. - else
  399. - USE_PSTACK="no"
  400. - fi
  401. -fi
  402. - if test "$USE_PSTACK" = "yes"; then
  403. - COMPILE_PSTACK_TRUE=
  404. - COMPILE_PSTACK_FALSE='#'
  405. -else
  406. - COMPILE_PSTACK_TRUE='#'
  407. - COMPILE_PSTACK_FALSE=
  408. -fi
  409. -
  410. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should use pstack" >&5
  411. -$as_echo_n "checking if we should use pstack... " >&6; }
  412. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_PSTACK" >&5
  413. -$as_echo "$USE_PSTACK" >&6; }
  414. +$as_echo "#define HAVE_ATOMIC_ADD 0" >>confdefs.h
  415. +$as_echo "#define HAVE_ATOMIC_SUB 0" >>confdefs.h
  416. +$as_echo "#define USE_PSTACK 0" >>confdefs.h
  417. # Check for gtty if termio.h doesn't exists
  418. if test "$ac_cv_header_termio_h" = "no" -a "$ac_cv_header_termios_h" = "no"
  419. @@ -20116,59 +19736,6 @@ fi
  420. # Later in this script LIBS will be augmented with a threads library.
  421. NON_THREADED_LIBS="$LIBS"
  422. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for int8" >&5
  423. -$as_echo_n "checking for int8... " >&6; }
  424. -case $SYSTEM_TYPE in
  425. - *netware)
  426. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  427. -$as_echo "no" >&6; }
  428. - ;;
  429. - *)
  430. -if test "$cross_compiling" = yes; then :
  431. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  432. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  433. -as_fn_error "cannot run test program while cross compiling
  434. -See \`config.log' for more details." "$LINENO" 5; }
  435. -else
  436. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  437. -/* end confdefs.h. */
  438. -
  439. -#ifdef HAVE_STDLIB_H
  440. -#include <stdlib.h>
  441. -#endif
  442. -
  443. -#ifdef HAVE_STDDEF_H
  444. -#include <stddef.h>
  445. -#endif
  446. -
  447. -#ifdef HAVE_SYS_TYPES_H
  448. -#include <sys/types.h>
  449. -#endif
  450. -
  451. -int main()
  452. -{
  453. - int8 i;
  454. - return 0;
  455. -}
  456. -
  457. -_ACEOF
  458. -if ac_fn_c_try_run "$LINENO"; then :
  459. -
  460. -$as_echo "#define HAVE_INT_8_16_32 1" >>confdefs.h
  461. -
  462. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  463. -$as_echo "yes" >&6; }
  464. -else
  465. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  466. -$as_echo "no" >&6; }
  467. -
  468. -fi
  469. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  470. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  471. -fi
  472. -
  473. - ;;
  474. -esac
  475. #
  476. # Some system specific hacks
  477. @@ -27705,10 +27272,6 @@ if test -z "${ASSEMBLER_TRUE}" && test -
  478. as_fn_error "conditional \"ASSEMBLER\" was never defined.
  479. Usually this means the macro was only invoked conditionally." "$LINENO" 5
  480. fi
  481. -if test -z "${COMPILE_PSTACK_TRUE}" && test -z "${COMPILE_PSTACK_FALSE}"; then
  482. - as_fn_error "conditional \"COMPILE_PSTACK\" was never defined.
  483. -Usually this means the macro was only invoked conditionally." "$LINENO" 5
  484. -fi
  485. if test -z "${HAVE_YASSL_TRUE}" && test -z "${HAVE_YASSL_FALSE}"; then
  486. as_fn_error "conditional \"HAVE_YASSL\" was never defined.