]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.cxx
added dictionnary installation in autoconf
[gdcm.git] / src / gdcmDictSet.cxx
index 1c3c0a7781af7f43b6126bb75acd3754b3854010..e24e8d0a9a3f4237bf89db1720bc65eb931db82d 100644 (file)
@@ -6,7 +6,9 @@
 #include "gdcmUtil.h"
 
 #define PUB_DICT_NAME     "DicomV3Dict"
-#define PUB_DICT_PATH     "../Dicts/"
+#ifndef PUB_DICT_PATH
+#  define PUB_DICT_PATH     "../Dicts/"
+#endif
 #define PUB_DICT_FILENAME "dicomV3.dic"
 
 gdcmDictSet::gdcmDictSet(void) {