diff --git a/configure b/configure
index 8c618be64e9d32935db0d9c23fd9152741fc8ef4..4543b00bdc9d87841d1431464c7408824435c126 100755
--- a/configure
+++ b/configure
@@ -4248,7 +4248,7 @@ fi
 
 # libdc1394 check
 if enabled libdc1394; then
-    { check_lib dc1394/dc1394.h dc1394_new -ldc1394 -lraw1394 &&
+    { require_pkg_config libdc1394-2 dc1394/dc1394.h dc1394_new &&
         enable libdc1394_2; } ||
     { check_lib libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394 &&
         enable libdc1394_1; } ||