1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* configure: detect whether DBD::SQLite is present. If necessary the

location to DBI and DBD::SQLite can be passed with --with-dbi and
  --with-dbd-sqlite.
This commit is contained in:
Eelco Dolstra 2011-04-11 10:13:53 +00:00
parent 83252b4ca9
commit 3cbf680f5d
7 changed files with 33 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#! @perl@ -w -I@libexecdir@/nix
#! @perl@ -w -I@libexecdir@/nix @perlFlags@
use strict;
use File::Temp qw(tempdir);