]> sourceware.org Git - lvm2.git/commitdiff
drop configure --with-dmdir
authorAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:22:04 +0000 (22:22 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:22:04 +0000 (22:22 +0000)
configure.in
include/.symlinks

index 6b6eeb0d482b07626957144017aef95b7e874268..11cc45f7dd5a96c6f700a6454f3d6a5e8c71b672 100644 (file)
@@ -611,11 +611,6 @@ AC_ARG_WITH(staticdir,
            [ STATICDIR="$withval" ],
            [ STATICDIR='${exec_prefix}/sbin' ])
 
-AC_ARG_WITH(dmdir,
-           [  --with-dmdir=DIR        Build against device-mapper source tree in DIR],
-           [ DMDIR="$withval" CPPFLAGS="$CPPFLAGS -I$DMDIR/include"],
-           [ DMDIR= ])
-
 # Convert a relative dir name to absolute.
 case $DMDIR in
   /*) ;;
index cb8aa389aa4f7b499b69fe1daab78bc409c369eb..aa43a8996c30bdb87d045886a9f8892f541e22f1 100644 (file)
@@ -50,6 +50,7 @@
 ../lib/misc/sharedlib.h
 ../lib/report/report.h
 ../lib/uuid/uuid.h
+../libdm/libdevmapper.h
 ../libdm/misc/dm-ioctl.h
 ../libdm/misc/dm-logging.h
 ../libdm/misc/kdev_t.h
This page took 0.034289 seconds and 5 git commands to generate.