50a51 > mysqli? ( >=dev-db/mysql-4.1.3 ) 109,118d109 < # mysqli support isn't possible yet < < if useq mysqli ; then < eerror < eerror "We currently do not support the mysqli extension" < eerror "Support will be added once MySQL 4.1 has been added to Portage" < eerror < die "mysqli not supported yet" < fi < 222c213 < enable_extension_with "mysql" "mysql" 1 --- > enable_extension_with "mysql" "mysql" 0 "/usr/bin/mysql_config" 224,225c215,219 < else < enable_extension_with "mysqli" "mysqli" 1 --- > > fi > > if useq mysqli; then > enable_extension_with "mysqli" "mysqli" 0 "/usr/bin/mysql_config" 267,269d260 < # mysql support < confutils_use_conflict "mysqli" "mysql" <