diff --git a/configure b/configure
index 2cb28a6b3b66dc54ea082fe6ce61ae4c4ebe5133..f96ed8aa34b24d4437d58e985d26ac7374c616dc 100755
--- a/configure
+++ b/configure
@@ -1699,6 +1699,8 @@ case $target_os in
         if enabled x86_64; then
             disable need_memalign
             LIBTARGET=x64
+        elif enabled arm; then
+            LIBTARGET=arm
         fi
         shlibdir_default="$bindir_default"
         disable ffserver