WallarooLabs / pony-kafka

:horse: Pure Pony Kafka client
Other
57 stars 4 forks source link

add ifdef's for being able to compile without some external libraries if desired #38

Open dipinhora opened 6 years ago

dipinhora commented 6 years ago

The current ifdefs don't work properly in that they still require the libraries to be present for linking because they're included in the linker arguments due to the use directives.