summaryrefslogtreecommitdiff
path: root/beecrypt/acinclude.m4
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-05-16 20:04:53 +0000
committerjbj <devnull@localhost>2003-05-16 20:04:53 +0000
commit2dfc9f2eefc0302a8adb7f8a74bf5be21505e105 (patch)
tree7dd23220dc27bc29db40c75f8616287b931d83a1 /beecrypt/acinclude.m4
parentcaee135c54ea54149775d61dc49d4bcf58ff2268 (diff)
downloadlibrpm-tizen-2dfc9f2eefc0302a8adb7f8a74bf5be21505e105.tar.gz
librpm-tizen-2dfc9f2eefc0302a8adb7f8a74bf5be21505e105.tar.bz2
librpm-tizen-2dfc9f2eefc0302a8adb7f8a74bf5be21505e105.zip
Fix x86_64 typo.
CVS patchset: 6848 CVS date: 2003/05/16 20:04:53
Diffstat (limited to 'beecrypt/acinclude.m4')
-rw-r--r--beecrypt/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/acinclude.m4 b/beecrypt/acinclude.m4
index 064eed209..2b8e73264 100644
--- a/beecrypt/acinclude.m4
+++ b/beecrypt/acinclude.m4
@@ -598,8 +598,8 @@ AC_DEFUN(BEECRYPT_ASM_SOURCES,[
])
;;
x86_64)
- AC_CONFIG_COMMANDS([mpopt.x86_m4],[
- m4 $srcdir/gas/mpopt.x86_m4.m4 > mpopt.s
+ AC_CONFIG_COMMANDS([mpopt.x86_64],[
+ m4 $srcdir/gas/mpopt.x86_64.m4 > mpopt.s
])
;;
esac