]> The Tcpdump Group git mirrors - libpcap/blobdiff - configure.ac
Note why we assume we have libdagconf if we have libdag.
[libpcap] / configure.ac
index 5fd1afa7c1d68038d3d38442e4b6614cfbe6df01..2a9c8e95e19eeb7a854028a20d0d1a0f816554a6 100644 (file)
@@ -1112,6 +1112,11 @@ if test "$want_dag" != no; then
 
                LDFLAGS=$saved_ldflags
 
+               #
+               # We assume that if we have libdag we have libdagconf,
+               # as they're installed at the same time from the same
+               # package.
+               #
                LIBS="$LIBS -ldag -ldagconf"
                LDFLAGS="$LDFLAGS -L$dag_lib_dir"