diff --git a/configure b/configure
index 06fb839a181bcca3adff8ed4b747b73519c4663c..1c35f9dc641e5825237c88c91ce8fcd35f0dbe53 100755
--- a/configure
+++ b/configure
@@ -3894,6 +3894,10 @@ case $target_os in
         LIBTARGET=i386
         if enabled x86_64; then
             LIBTARGET="i386:x86-64"
+        elif enabled arm; then
+            LIBTARGET="arm"
+        elif enabled aarch64; then
+            LIBTARGET="arm64"
         fi
         if enabled shared; then
             # Cannot build both shared and static libs when using dllimport.