diff options
author | monty@hundin.mysql.fi <> | 2001-09-18 06:05:55 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-18 06:05:55 +0300 |
commit | 0482b89d5a8e879a26ff100fc1d7be3e0ff96a20 (patch) | |
tree | c595e410a0b0ab9d112ec28350d72ac0c62779b3 /configure.in | |
parent | 21fc52542546641d95229283f86e2556f553f10e (diff) | |
download | mariadb-git-0482b89d5a8e879a26ff100fc1d7be3e0ff96a20.tar.gz |
Fix to get pstack included in distribution
Fix to get libmysqld examples to be included in distribution
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index a0b6b0bbacb..e2d7ec89a7e 100644 --- a/configure.in +++ b/configure.in @@ -688,7 +688,6 @@ int main() [USE_PSTACK=yes]) pstack_libs= pstack_dirs= - pstack_makefile= if test "$USE_PSTACK" = yes -a "$IS_LINUX" = "true" -a "$MACHINE_TYPE" = "i686" then have_libiberty= have_libbfd= @@ -704,7 +703,6 @@ dnl I have no idea if this is a good test - can not find docs for libiberty then pstack_dirs='$(top_srcdir)'/pstack pstack_libs="$pstack_dirs/libpstack.a -lbfd -liberty" - pstack_makefile=pstack/Makefile AC_SUBST([pstack_dirs]) AC_SUBST([pstack_libs]) AC_DEFINE([USE_PSTACK]) @@ -2222,7 +2220,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ man/Makefile readline/Makefile vio/Makefile \ libmysql_r/Makefile libmysqld/Makefile libmysqld/examples/Makefile \ libmysql/Makefile client/Makefile \ - $pstack_makefile sql/Makefile sql/share/Makefile \ + pstack/Makefile sql/Makefile sql/share/Makefile \ merge/Makefile dbug/Makefile scripts/Makefile \ include/Makefile sql-bench/Makefile tools/Makefile \ tests/Makefile Docs/Makefile support-files/Makefile \ |