Lines 49-61
Link Here
|
49 |
# mysql is the reccomended choice ... |
49 |
# mysql is the reccomended choice ... |
50 |
if use mysql |
50 |
if use mysql |
51 |
then |
51 |
then |
52 |
myconf="${myconf} --with-mysql=/usr" |
52 |
myconf="${myconf} --with-mysql" |
53 |
elif use postgres |
53 |
elif use postgres |
54 |
then |
54 |
then |
55 |
myconf="${myconf} --with-postgresql=/usr" |
55 |
myconf="${myconf} --with-postgresql" |
56 |
elif use sqlite |
56 |
elif use sqlite |
57 |
then |
57 |
then |
58 |
myconf="${myconf} --with-sqlite=/usr" |
58 |
myconf="${myconf} --with-sqlite" |
59 |
elif use sqlite && use mysql |
59 |
elif use sqlite && use mysql |
60 |
then |
60 |
then |
61 |
myconf="${myconf/--with-sqlite/}" |
61 |
myconf="${myconf/--with-sqlite/}" |