]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - configure.ac
[master]
[thirdparty/dhcp.git] / configure.ac
index 35833f4eb942a357267192dff822ed04e92df3b7..86f9d2845d9b700a091e6c5e01a22037a499930f 100644 (file)
@@ -193,6 +193,8 @@ if test "$atf_path" != "no" ; then
     if test "$atf_path" != "yes" ; then
         if test -f $atf_path/lib/pkgconfig/atf-c.pc ; then
             atf_pcp=$atf_path/lib/pkgconfig
+        elif test -f $atf_path/lib64/pkgconfig/atf-c.pc ; then
+            atf_pcp=$atf_path/lib64/pkgconfig
         fi
     else
         # Not specified, try some common paths
@@ -201,6 +203,8 @@ if test "$atf_path" != "no" ; then
         do
             if test -f $d/lib/pkgconfig/atf-c.pc ; then
                 atf_pcp=$d/lib/pkgconfig
+            elif test -f $d/lib64/pkgconfig/atf-c.pc ; then
+                atf_pcp=$d/lib64/pkgconfig
             fi
         done
     fi